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 |
email() |
String |
firstName() |
String |
last4() |
String |
lastName() |
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, uri
public String last4()
public String nameOnAccount()
public String firstName()
public String lastName()
public String bankName()
public String mandateId()
public PaymentSource.BankAccount.AccountType accountType()
public PaymentSource.BankAccount.EcheckType echeckType()
public PaymentSource.BankAccount.AccountHolderType accountHolderType()
public String email()
Copyright © 2023 ChargeBee. All rights reserved.