Package com.blockchyp.client.dto
Class BankAccount
java.lang.Object
com.blockchyp.client.dto.BankAccount
Models meta data about a merchant bank account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the account identifier to be used with authorization requests.Gets the masked account number.getName()Gets the name of the account.Gets the purpose of the account.voidSets the account identifier to be used with authorization requests.voidsetMaskedAccountNumber(String value) Sets the masked account number.voidSets the name of the account.voidsetPurpose(String value) Sets the purpose of the account.
-
Constructor Details
-
BankAccount
public BankAccount()
-
-
Method Details
-
setId
Sets the account identifier to be used with authorization requests.- Parameters:
value- the account identifier to be used with authorization requests.
-
getId
Gets the account identifier to be used with authorization requests.- Returns:
- the account identifier to be used with authorization requests.
-
setName
Sets the name of the account.- Parameters:
value- the name of the account.
-
getName
Gets the name of the account.- Returns:
- the name of the account.
-
setPurpose
Sets the purpose of the account.- Parameters:
value- the purpose of the account.
-
getPurpose
Gets the purpose of the account.- Returns:
- the purpose of the account.
-
setMaskedAccountNumber
Sets the masked account number.- Parameters:
value- the masked account number.
-
getMaskedAccountNumber
Gets the masked account number.- Returns:
- the masked account number.
-