public class BankAccountBban extends BankAccount
Constructor and Description |
---|
BankAccountBban() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNumber()
Bank account number
|
String |
getBankCode()
Bank code
|
String |
getBankName()
Name of the bank
|
String |
getBranchCode()
Branch code
|
String |
getCheckDigit()
Bank check digit
|
String |
getCountryCode()
ISO 3166-1 alpha-2 country code of the country where the bank account is held
For UK payouts this value is automatically set to GB as only payouts to UK accounts are supported.
|
void |
setAccountNumber(String value)
Bank account number
|
void |
setBankCode(String value)
Bank code
|
void |
setBankName(String value)
Name of the bank
|
void |
setBranchCode(String value)
Branch code
|
void |
setCheckDigit(String value)
Bank check digit
|
void |
setCountryCode(String value)
ISO 3166-1 alpha-2 country code of the country where the bank account is held
For UK payouts this value is automatically set to GB as only payouts to UK accounts are supported.
|
getAccountHolderName, setAccountHolderName
public String getAccountNumber()
public void setAccountNumber(String value)
public String getBankCode()
public void setBankCode(String value)
public String getBankName()
public void setBankName(String value)
public String getBranchCode()
public void setBranchCode(String value)
public String getCheckDigit()
public void setCheckDigit(String value)
public String getCountryCode()
public void setCountryCode(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.