SimpleModel<BankAccountId>public class BankAccount extends GoPayResponse implements SimpleModel<BankAccountId>
| Constructor | Description |
|---|---|
BankAccount() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAccountNumber() |
|
BankAccountType |
getAccountType() |
|
String |
getBankAddress() |
|
String |
getBankName() |
|
String |
getBranchName() |
|
String |
getCountry() |
The returned type will be changed to
Country on later release |
Country |
getCountryEnum() |
This method will be deleted when the returned type by "getCountry(String)" is changed to
Country |
Date |
getCreatedOn() |
|
String |
getCurrency() |
|
String |
getHolderName() |
|
BankAccountId |
getId() |
|
String |
getIfscCode() |
|
String |
getLastFour() |
|
Boolean |
getPrimary() |
|
String |
getRoutingCode() |
|
String |
getRoutingNumber() |
|
BankAccountStatus |
getStatus() |
|
String |
getSwiftCode() |
getIdempotencyStatus, setIdempotencyStatuspublic BankAccountId getId()
getId in interface SimpleModel<BankAccountId>public String getHolderName()
public String getBankName()
public String getBranchName()
public String getCountry()
Country on later releasepublic Country getCountryEnum()
Countrypublic String getBankAddress()
public String getCurrency()
public String getRoutingNumber()
public String getSwiftCode()
public String getIfscCode()
public String getRoutingCode()
public String getLastFour()
public BankAccountStatus getStatus()
public Date getCreatedOn()
public Boolean getPrimary()
public String getAccountNumber()
public BankAccountType getAccountType()
Copyright © 2018 The Apache Software Foundation. All rights reserved.