StoreDetailRequest |
StoreDetailRequest.additionalData(Map<String,String> additionalData) |
This field contains additional data, which may be required for a particular request.
|
StoreDetailRequest |
StoreDetailRequest.bank(BankAccount bank) |
bank
|
StoreDetailRequest |
StoreDetailRequest.billingAddress(Address billingAddress) |
billingAddress
|
StoreDetailRequest |
StoreDetailRequest.card(Card card) |
card
|
StoreDetailRequest |
StoreDetailRequest.dateOfBirth(LocalDate dateOfBirth) |
The date of birth.
|
StoreDetailRequest |
StoreDetailRequest.entityType(StoreDetailRequest.EntityTypeEnum entityType) |
The type of the entity the payout is processed for.
|
StoreDetailRequest |
StoreDetailRequest.fraudOffset(Integer fraudOffset) |
An integer value that is added to the normal fraud score.
|
static StoreDetailRequest |
StoreDetailRequest.fromJson(String jsonString) |
Create an instance of StoreDetailRequest given an JSON string
|
StoreDetailRequest |
StoreDetailRequest.merchantAccount(String merchantAccount) |
The merchant account identifier, with which you want to process the transaction.
|
StoreDetailRequest |
StoreDetailRequest.nationality(String nationality) |
The shopper's nationality.
|
StoreDetailRequest |
StoreDetailRequest.putAdditionalDataItem(String key,
String additionalDataItem) |
|
StoreDetailRequest |
StoreDetailRequest.recurring(Recurring recurring) |
recurring
|
StoreDetailRequest |
StoreDetailRequest.selectedBrand(String selectedBrand) |
The name of the brand to make a payout to.
|
StoreDetailRequest |
StoreDetailRequest.shopperEmail(String shopperEmail) |
The shopper's email address.
|
StoreDetailRequest |
StoreDetailRequest.shopperName(Name shopperName) |
shopperName
|
StoreDetailRequest |
StoreDetailRequest.shopperReference(String shopperReference) |
The shopper's reference for the payment transaction.
|
StoreDetailRequest |
StoreDetailRequest.socialSecurityNumber(String socialSecurityNumber) |
The shopper's social security number.
|
StoreDetailRequest |
StoreDetailRequest.telephoneNumber(String telephoneNumber) |
The shopper's phone number.
|