public class VirtualBankAccount extends Resource<VirtualBankAccount>
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualBankAccount.CreateRequest |
static class |
VirtualBankAccount.CreateUsingPermanentTokenRequest |
static class |
VirtualBankAccount.Scheme |
static class |
VirtualBankAccount.VirtualBankAccountListRequest |
| Constructor and Description |
|---|
VirtualBankAccount(org.json.JSONObject jsonObj) |
VirtualBankAccount(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
String |
accountNumber() |
String |
bankName() |
static VirtualBankAccount.CreateRequest |
create() |
Timestamp |
createdAt() |
static VirtualBankAccount.CreateUsingPermanentTokenRequest |
createUsingPermanentToken() |
String |
customerId() |
static Request |
delete(String id) |
Boolean |
deleted() |
static Request |
deleteLocal(String id) |
String |
email() |
Gateway |
gateway() |
String |
gatewayAccountId() |
String |
id() |
static VirtualBankAccount.VirtualBankAccountListRequest |
list() |
String |
referenceId() |
Long |
resourceVersion() |
static Request |
retrieve(String id) |
String |
routingNumber() |
VirtualBankAccount.Scheme |
scheme() |
String |
swiftCode() |
Timestamp |
updatedAt() |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uripublic VirtualBankAccount(String jsonStr)
public VirtualBankAccount(org.json.JSONObject jsonObj)
public String id()
public String customerId()
public String email()
public VirtualBankAccount.Scheme scheme()
public String bankName()
public String accountNumber()
public String routingNumber()
public String swiftCode()
public Gateway gateway()
public String gatewayAccountId()
public Long resourceVersion()
public Timestamp updatedAt()
public Timestamp createdAt()
public String referenceId()
public Boolean deleted()
public static VirtualBankAccount.CreateUsingPermanentTokenRequest createUsingPermanentToken()
public static VirtualBankAccount.CreateRequest create()
public static VirtualBankAccount.VirtualBankAccountListRequest list()
Copyright © 2023 ChargeBee. All rights reserved.