public static class PaymentSource.BankAccount extends Resource<PaymentSource.BankAccount>
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentSource.BankAccount.AccountHolderType |
static class |
PaymentSource.BankAccount.AccountType |
static class |
PaymentSource.BankAccount.EcheckType |
| Constructor and Description |
|---|
BankAccount(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
PaymentSource.BankAccount.AccountHolderType |
accountHolderType() |
PaymentSource.BankAccount.AccountType |
accountType() |
String |
bankName() |
PaymentSource.BankAccount.EcheckType |
echeckType() |
String |
last4() |
String |
mandateId() |
String |
nameOnAccount() |
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 String last4()
public String nameOnAccount()
public String bankName()
public String mandateId()
public PaymentSource.BankAccount.AccountType accountType()
public PaymentSource.BankAccount.EcheckType echeckType()
public PaymentSource.BankAccount.AccountHolderType accountHolderType()
Copyright © 2020 ChargeBee. All Rights Reserved.