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, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, 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()
bankName
public String bankName()
accountNumber
public String accountNumber()
routingNumber
public String routingNumber()
swiftCode
public String swiftCode()
gateway
public Gateway gateway()
gatewayAccountId
public String gatewayAccountId()
referenceId
public String referenceId()
deleted
public Boolean deleted()
createUsingPermanentToken
public static VirtualBankAccount.CreateUsingPermanentTokenRequest createUsingPermanentToken()
throws IOException
- Throws:
IOException
create
public static VirtualBankAccount.CreateRequest create()
throws IOException
- Throws:
IOException
retrieve
public static Request retrieve(String id)
throws IOException
- Throws:
IOException
list
public static VirtualBankAccount.VirtualBankAccountListRequest list()
throws IOException
- Throws:
IOException
Copyright © 2018 ChargeBee. All Rights Reserved.