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) |
The IBAN of the bank account where the funds are being transferred to.
|
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) |
The unique identifier for the wallet the funds are being transferred to.
|
FundRecipient |
FundRecipient.walletOwnerTaxId(String walletOwnerTaxId) |
The tax identifier of the person receiving the funds.
|
FundRecipient |
FundRecipient.walletPurpose(FundRecipient.WalletPurposeEnum walletPurpose) |
The purpose of a digital wallet transaction.
|