public class V1BankAccount extends Object
Modifier and Type | Class and Description |
---|---|
static class |
V1BankAccount.Builder
Class to build instances of
V1BankAccount |
Constructor and Description |
---|
V1BankAccount(String id,
String merchantId,
String bankName,
String name,
String routingNumber,
String accountNumberSuffix,
String currencyCode,
String type)
Initialization constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAccountNumberSuffix()
Getter for AccountNumberSuffix.
|
String |
getBankName()
Getter for BankName.
|
HttpContext |
getContext() |
String |
getCurrencyCode()
Getter for CurrencyCode.
|
String |
getId()
Getter for Id.
|
String |
getMerchantId()
Getter for MerchantId.
|
String |
getName()
Getter for Name.
|
String |
getRoutingNumber()
Getter for RoutingNumber.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
V1BankAccount.Builder |
toBuilder()
Builds a new
V1BankAccount.Builder object. |
public V1BankAccount(String id, String merchantId, String bankName, String name, String routingNumber, String accountNumberSuffix, String currencyCode, String type)
id
- merchantId
- bankName
- name
- routingNumber
- accountNumberSuffix
- currencyCode
- type
- public HttpContext getContext()
public String getId()
public String getMerchantId()
public String getBankName()
public String getName()
public String getRoutingNumber()
public String getAccountNumberSuffix()
public String getCurrencyCode()
public String getType()
public V1BankAccount.Builder toBuilder()
V1BankAccount.Builder
object.
Creates the instance with the state of the current model.V1BankAccount.Builder
objectCopyright © 2020. All rights reserved.