Package com.adyen.model
Class BankAccount
- java.lang.Object
-
- com.adyen.model.BankAccount
-
public class BankAccount extends Object
BankAccount
-
-
Constructor Summary
Constructors Constructor Description BankAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankAccountbankAccountNumber(String bankAccountNumber)BankAccountbankCity(String bankCity)BankAccountbankLocationId(String bankLocationId)BankAccountbankName(String bankName)BankAccountbic(String bic)BankAccountcountryCode(String countryCode)booleanequals(Object o)StringgetBankAccountNumber()the bank account number (without separators)StringgetBankCity()the bank cityStringgetBankLocationId()the bank transit routing numberStringgetBankName()the name of the bankStringgetBic()the business identifier codeStringgetCountryCode()the two letter country code where the bank account is located (ISO 3166-1)StringgetIban()the international bank account numberStringgetOwnerName()the bank account holder nameStringgetTaxId()the bank account holder TAX idinthashCode()BankAccountiban(String iban)BankAccountownerName(String ownerName)voidsetBankAccountNumber(String bankAccountNumber)voidsetBankCity(String bankCity)voidsetBankLocationId(String bankLocationId)voidsetBankName(String bankName)voidsetBic(String bic)voidsetCountryCode(String countryCode)voidsetIban(String iban)voidsetOwnerName(String ownerName)voidsetTaxId(String taxId)BankAccounttaxId(String taxId)StringtoString()
-
-
-
Method Detail
-
iban
public BankAccount iban(String iban)
-
getIban
public String getIban()
the international bank account number- Returns:
- iban
-
setIban
public void setIban(String iban)
-
ownerName
public BankAccount ownerName(String ownerName)
-
getOwnerName
public String getOwnerName()
the bank account holder name- Returns:
- ownerName
-
setOwnerName
public void setOwnerName(String ownerName)
-
bankName
public BankAccount bankName(String bankName)
-
getBankName
public String getBankName()
the name of the bank- Returns:
- bankName
-
setBankName
public void setBankName(String bankName)
-
taxId
public BankAccount taxId(String taxId)
-
getTaxId
public String getTaxId()
the bank account holder TAX id- Returns:
- taxId
-
setTaxId
public void setTaxId(String taxId)
-
bankCity
public BankAccount bankCity(String bankCity)
-
getBankCity
public String getBankCity()
the bank city- Returns:
- bankCity
-
setBankCity
public void setBankCity(String bankCity)
-
countryCode
public BankAccount countryCode(String countryCode)
-
getCountryCode
public String getCountryCode()
the two letter country code where the bank account is located (ISO 3166-1)- Returns:
- countryCode
-
setCountryCode
public void setCountryCode(String countryCode)
-
bankAccountNumber
public BankAccount bankAccountNumber(String bankAccountNumber)
-
getBankAccountNumber
public String getBankAccountNumber()
the bank account number (without separators)- Returns:
- bankAccountNumber
-
setBankAccountNumber
public void setBankAccountNumber(String bankAccountNumber)
-
bankLocationId
public BankAccount bankLocationId(String bankLocationId)
-
getBankLocationId
public String getBankLocationId()
the bank transit routing number- Returns:
- bankLocationId
-
setBankLocationId
public void setBankLocationId(String bankLocationId)
-
bic
public BankAccount bic(String bic)
-
getBic
public String getBic()
the business identifier code- Returns:
- bic
-
setBic
public void setBic(String bic)
-
-