public class BankAccountDetail extends Object
| Constructor and Description |
|---|
BankAccountDetail() |
| Modifier and Type | Method and Description |
|---|---|
BankAccountDetail |
accountNumber(String accountNumber) |
BankAccountDetail |
accountType(String accountType) |
BankAccountDetail |
bankAccountName(String bankAccountName) |
BankAccountDetail |
bankAccountReference(String bankAccountReference) |
BankAccountDetail |
bankAccountUUID(String bankAccountUUID) |
BankAccountDetail |
bankBicSwift(String bankBicSwift) |
BankAccountDetail |
bankCity(String bankCity) |
BankAccountDetail |
bankCode(String bankCode) |
BankAccountDetail |
bankName(String bankName) |
BankAccountDetail |
branchCode(String branchCode) |
BankAccountDetail |
checkCode(String checkCode) |
BankAccountDetail |
countryCode(String countryCode) |
BankAccountDetail |
currencyCode(String currencyCode) |
boolean |
equals(Object o) |
String |
getAccountNumber()
The bank account number (without separators).
|
String |
getAccountType()
The type of bank account.
|
String |
getBankAccountName()
The name of the bank account.
|
String |
getBankAccountReference()
Merchant reference to the bank account.
|
String |
getBankAccountUUID()
The unique identifier (UUID) of the Bank Account.
|
String |
getBankBicSwift()
The bank identifier code.
|
String |
getBankCity()
The city in which the bank branch is located.
|
String |
getBankCode()
The bank code of the banking institution with which the bank account is registered.
|
String |
getBankName()
The name of the banking institution with which the bank account is held.
|
String |
getBranchCode()
The branch code of the branch under which the bank account is registered.
|
String |
getCheckCode()
The check code of the bank account.
|
String |
getCountryCode()
The two-letter country code in which the bank account is registered.
|
String |
getCurrencyCode()
The currency in which the bank account deals.
|
String |
getIban()
The international bank account number.
|
String |
getOwnerCity()
The city of residence of the bank account owner.
|
String |
getOwnerCountryCode()
The country code of the country of residence of the bank account owner.
|
String |
getOwnerDateOfBirth()
The date of birth of the bank account owner.
|
String |
getOwnerHouseNumberOrName()
The house name or number of the residence of the bank account owner.
|
String |
getOwnerName()
The name of the bank account owner.
|
String |
getOwnerNationality()
The country code of the country of nationality of the bank account owner.
|
String |
getOwnerPostalCode()
The postal code of the residence of the bank account owner.
|
String |
getOwnerState()
The state of residence of the bank account owner.
|
String |
getOwnerStreet()
The street name of the residence of the bank account owner.
|
String |
getTaxId()
The tax ID number.
|
String |
getUrlForVerification()
The URL to be used for bank account verification.
|
int |
hashCode() |
BankAccountDetail |
iban(String iban) |
Boolean |
isPrimaryAccount()
If set to true, the bank account is a primary account.
|
BankAccountDetail |
ownerCity(String ownerCity) |
BankAccountDetail |
ownerCountryCode(String ownerCountryCode) |
BankAccountDetail |
ownerDateOfBirth(String ownerDateOfBirth) |
BankAccountDetail |
ownerHouseNumberOrName(String ownerHouseNumberOrName) |
BankAccountDetail |
ownerName(String ownerName) |
BankAccountDetail |
ownerNationality(String ownerNationality) |
BankAccountDetail |
ownerPostalCode(String ownerPostalCode) |
BankAccountDetail |
ownerState(String ownerState) |
BankAccountDetail |
ownerStreet(String ownerStreet) |
BankAccountDetail |
primaryAccount(Boolean primaryAccount) |
void |
setAccountNumber(String accountNumber) |
void |
setAccountType(String accountType) |
void |
setBankAccountName(String bankAccountName) |
void |
setBankAccountReference(String bankAccountReference) |
void |
setBankAccountUUID(String bankAccountUUID) |
void |
setBankBicSwift(String bankBicSwift) |
void |
setBankCity(String bankCity) |
void |
setBankCode(String bankCode) |
void |
setBankName(String bankName) |
void |
setBranchCode(String branchCode) |
void |
setCheckCode(String checkCode) |
void |
setCountryCode(String countryCode) |
void |
setCurrencyCode(String currencyCode) |
void |
setIban(String iban) |
void |
setOwnerCity(String ownerCity) |
void |
setOwnerCountryCode(String ownerCountryCode) |
void |
setOwnerDateOfBirth(String ownerDateOfBirth) |
void |
setOwnerHouseNumberOrName(String ownerHouseNumberOrName) |
void |
setOwnerName(String ownerName) |
void |
setOwnerNationality(String ownerNationality) |
void |
setOwnerPostalCode(String ownerPostalCode) |
void |
setOwnerState(String ownerState) |
void |
setOwnerStreet(String ownerStreet) |
void |
setPrimaryAccount(Boolean primaryAccount) |
void |
setTaxId(String taxId) |
void |
setUrlForVerification(String urlForVerification) |
BankAccountDetail |
taxId(String taxId) |
String |
toString() |
BankAccountDetail |
urlForVerification(String urlForVerification) |
public BankAccountDetail accountNumber(String accountNumber)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public BankAccountDetail accountType(String accountType)
public String getAccountType()
public void setAccountType(String accountType)
public BankAccountDetail bankAccountName(String bankAccountName)
public String getBankAccountName()
public void setBankAccountName(String bankAccountName)
public BankAccountDetail bankAccountReference(String bankAccountReference)
public String getBankAccountReference()
public void setBankAccountReference(String bankAccountReference)
public BankAccountDetail bankAccountUUID(String bankAccountUUID)
public String getBankAccountUUID()
public void setBankAccountUUID(String bankAccountUUID)
public BankAccountDetail bankBicSwift(String bankBicSwift)
public String getBankBicSwift()
public void setBankBicSwift(String bankBicSwift)
public BankAccountDetail bankCity(String bankCity)
public String getBankCity()
public void setBankCity(String bankCity)
public BankAccountDetail bankCode(String bankCode)
public String getBankCode()
public void setBankCode(String bankCode)
public BankAccountDetail bankName(String bankName)
public String getBankName()
public void setBankName(String bankName)
public BankAccountDetail branchCode(String branchCode)
public String getBranchCode()
public void setBranchCode(String branchCode)
public BankAccountDetail checkCode(String checkCode)
public String getCheckCode()
public void setCheckCode(String checkCode)
public BankAccountDetail countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public BankAccountDetail currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public BankAccountDetail iban(String iban)
public String getIban()
public void setIban(String iban)
public BankAccountDetail ownerCity(String ownerCity)
public String getOwnerCity()
public void setOwnerCity(String ownerCity)
public BankAccountDetail ownerCountryCode(String ownerCountryCode)
public String getOwnerCountryCode()
public void setOwnerCountryCode(String ownerCountryCode)
public BankAccountDetail ownerDateOfBirth(String ownerDateOfBirth)
public String getOwnerDateOfBirth()
public void setOwnerDateOfBirth(String ownerDateOfBirth)
public BankAccountDetail ownerHouseNumberOrName(String ownerHouseNumberOrName)
public String getOwnerHouseNumberOrName()
public void setOwnerHouseNumberOrName(String ownerHouseNumberOrName)
public BankAccountDetail ownerName(String ownerName)
public String getOwnerName()
public void setOwnerName(String ownerName)
public BankAccountDetail ownerNationality(String ownerNationality)
public String getOwnerNationality()
public void setOwnerNationality(String ownerNationality)
public BankAccountDetail ownerPostalCode(String ownerPostalCode)
public String getOwnerPostalCode()
public void setOwnerPostalCode(String ownerPostalCode)
public BankAccountDetail ownerState(String ownerState)
public String getOwnerState()
public void setOwnerState(String ownerState)
public BankAccountDetail ownerStreet(String ownerStreet)
public String getOwnerStreet()
public void setOwnerStreet(String ownerStreet)
public BankAccountDetail primaryAccount(Boolean primaryAccount)
public Boolean isPrimaryAccount()
public void setPrimaryAccount(Boolean primaryAccount)
public BankAccountDetail taxId(String taxId)
public String getTaxId()
public void setTaxId(String taxId)
public BankAccountDetail urlForVerification(String urlForVerification)
public String getUrlForVerification()
public void setUrlForVerification(String urlForVerification)
Copyright © 2022. All rights reserved.