public static class PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder
extends java.lang.Object
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder accountType(AccountType accountType)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder accountNumber(java.lang.String accountNumber)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder bankCode(java.lang.String bankCode)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder branchCode(java.lang.String branchCode)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder iban(java.lang.String iban)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder bban(java.lang.String bban)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder swiftBic(java.lang.String swiftBic)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder country(CountryCode country)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder accountHolder(AccountHolder accountHolder)
public PaymentRequestBankAccountDestination.PaymentRequestBankAccountDestinationBuilder bank(BankDetails bank)
public PaymentRequestBankAccountDestination build()
public java.lang.String toString()
toString in class java.lang.Object