com.chargebee.models
Class VirtualBankAccount
java.lang.Object
com.chargebee.internal.Resource<VirtualBankAccount>
com.chargebee.models.VirtualBankAccount
public class VirtualBankAccount
- extends Resource<VirtualBankAccount>
| Methods inherited from class com.chargebee.internal.Resource |
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, uri |
VirtualBankAccount
public VirtualBankAccount(String jsonStr)
VirtualBankAccount
public VirtualBankAccount(org.json.JSONObject jsonObj)
id
public String id()
customerId
public String customerId()
email
public String email()
scheme
public VirtualBankAccount.Scheme scheme()
bankName
public String bankName()
accountNumber
public String accountNumber()
routingNumber
public String routingNumber()
swiftCode
public String swiftCode()
gateway
public Gateway gateway()
gatewayAccountId
public String gatewayAccountId()
resourceVersion
public Long resourceVersion()
updatedAt
public Timestamp updatedAt()
createdAt
public Timestamp createdAt()
referenceId
public String referenceId()
deleted
public Boolean deleted()
createUsingPermanentToken
public static VirtualBankAccount.CreateUsingPermanentTokenRequest createUsingPermanentToken()
create
public static VirtualBankAccount.CreateRequest create()
retrieve
public static Request retrieve(String id)
list
public static VirtualBankAccount.VirtualBankAccountListRequest list()
deleteLocal
public static Request deleteLocal(String id)
Copyright © 2019 ChargeBee. All Rights Reserved.