public static class MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount
extends java.lang.Object
Constructor and Description |
---|
MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount() |
public MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount()
public MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount withAccountHolderName(java.lang.String accountHolderName)
Name of the account holder, as known by the bank. Usually this matches the name of the linked customer. This field will be transliterated, upcased and truncated to 18 characters.
public MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount withAccountNumber(java.lang.String accountNumber)
Bank account number - see local details for more information. Alternatively you can provide an iban
.
public MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount withBankCode(java.lang.String bankCode)
Bank code - see local details for more information. Alternatively you can provide an iban
.
public MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount withBranchCode(java.lang.String branchCode)
Branch code - see local details for more information. Alternatively you can provide an iban
.
public MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount withCountryCode(java.lang.String countryCode)
ISO 3166-1 alpha-2 code. Defaults to the country code of the iban
if supplied, otherwise is required.
public MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount withIban(java.lang.String iban)
International Bank Account Number. Alternatively you can provide local details. IBANs are not accepted for Swedish bank accounts denominated in SEK - you must supply local details.