public class BankAccount extends Object
Constructor and Description |
---|
BankAccount() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the account identifier to be used with authorization requests.
|
String |
getMaskedAccountNumber()
Gets the masked account number.
|
String |
getName()
Gets the name of the account.
|
String |
getPurpose()
Gets the purpose of the account.
|
void |
setId(String value)
Sets the account identifier to be used with authorization requests.
|
void |
setMaskedAccountNumber(String value)
Sets the masked account number.
|
void |
setName(String value)
Sets the name of the account.
|
void |
setPurpose(String value)
Sets the purpose of the account.
|
public void setId(String value)
value
- the account identifier to be used with authorization requests.public String getId()
public void setName(String value)
value
- the name of the account.public String getName()
public void setPurpose(String value)
value
- the purpose of the account.public String getPurpose()
public void setMaskedAccountNumber(String value)
value
- the masked account number.public String getMaskedAccountNumber()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.