FundDestination |
FundDestination.additionalData(Map<String,String> additionalData) |
a map of name/value pairs for passing in additional/industry-specific data
|
FundDestination |
FundDestination.billingAddress(Address billingAddress) |
billingAddress
|
FundDestination |
FundDestination.card(Card card) |
card
|
static FundDestination |
FundDestination.fromJson(String jsonString) |
Create an instance of FundDestination given an JSON string
|
FundDestination |
PaymentRequest.getFundDestination() |
fundDestination
|
FundDestination |
FundDestination.IBAN(String IBAN) |
Bank Account Number of the recipient
|
FundDestination |
FundDestination.putAdditionalDataItem(String key,
String additionalDataItem) |
|
FundDestination |
FundDestination.selectedRecurringDetailReference(String selectedRecurringDetailReference) |
The `recurringDetailReference` you want to use for this payment.
|
FundDestination |
FundDestination.shopperEmail(String shopperEmail) |
the email address of the person
|
FundDestination |
FundDestination.shopperName(Name shopperName) |
shopperName
|
FundDestination |
FundDestination.shopperReference(String shopperReference) |
Required for recurring payments.
|
FundDestination |
FundDestination.subMerchant(SubMerchant subMerchant) |
subMerchant
|
FundDestination |
FundDestination.telephoneNumber(String telephoneNumber) |
the telephone number of the person
|
FundDestination |
FundDestination.walletPurpose(String walletPurpose) |
The purpose of a digital wallet transaction.
|