FundRecipient |
FundRecipient.billingAddress(Address billingAddress) |
billingAddress
|
static FundRecipient |
FundRecipient.fromJson(String jsonString) |
Create an instance of FundRecipient given an JSON string
|
FundRecipient |
CreateCheckoutSessionRequest.getFundRecipient() |
fundRecipient
|
FundRecipient |
CreateCheckoutSessionResponse.getFundRecipient() |
fundRecipient
|
FundRecipient |
PaymentLinkRequest.getFundRecipient() |
fundRecipient
|
FundRecipient |
PaymentLinkResponse.getFundRecipient() |
fundRecipient
|
FundRecipient |
PaymentRequest.getFundRecipient() |
fundRecipient
|
FundRecipient |
FundRecipient.IBAN(String IBAN) |
Fund Recipient Iban for C2C payments
|
FundRecipient |
FundRecipient.paymentMethod(CardDetails paymentMethod) |
paymentMethod
|
FundRecipient |
FundRecipient.shopperEmail(String shopperEmail) |
The email address of the shopper.
|
FundRecipient |
FundRecipient.shopperName(Name shopperName) |
shopperName
|
FundRecipient |
FundRecipient.shopperReference(String shopperReference) |
Required for recurring payments.
|
FundRecipient |
FundRecipient.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
FundRecipient |
FundRecipient.subMerchant(SubMerchant subMerchant) |
subMerchant
|
FundRecipient |
FundRecipient.telephoneNumber(String telephoneNumber) |
The telephone number of the shopper.
|
FundRecipient |
FundRecipient.walletIdentifier(String walletIdentifier) |
Indicates where the money is going.
|
FundRecipient |
FundRecipient.walletOwnerTaxId(String walletOwnerTaxId) |
Indicates the tax identifier of the fund recipient
|
FundRecipient |
FundRecipient.walletPurpose(FundRecipient.WalletPurposeEnum walletPurpose) |
The purpose of a digital wallet transaction
|