com.chargebee.models
Class PaymentSource.BankAccount

java.lang.Object
  extended by com.chargebee.internal.Resource<PaymentSource.BankAccount>
      extended by com.chargebee.models.PaymentSource.BankAccount
Enclosing class:
PaymentSource

public static class PaymentSource.BankAccount
extends Resource<PaymentSource.BankAccount>


Nested Class Summary
static class PaymentSource.BankAccount.AccountHolderType
           
static class PaymentSource.BankAccount.AccountType
           
static class PaymentSource.BankAccount.EcheckType
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
PaymentSource.BankAccount(org.json.JSONObject jsonObj)
           
 
Method Summary
 PaymentSource.BankAccount.AccountHolderType accountHolderType()
           
 PaymentSource.BankAccount.AccountType accountType()
           
 String bankName()
           
 PaymentSource.BankAccount.EcheckType echeckType()
           
 String last4()
           
 String mandateId()
           
 String nameOnAccount()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaymentSource.BankAccount

public PaymentSource.BankAccount(org.json.JSONObject jsonObj)
Method Detail

last4

public String last4()

nameOnAccount

public String nameOnAccount()

bankName

public String bankName()

mandateId

public String mandateId()

accountType

public PaymentSource.BankAccount.AccountType accountType()

echeckType

public PaymentSource.BankAccount.EcheckType echeckType()

accountHolderType

public PaymentSource.BankAccount.AccountHolderType accountHolderType()


Copyright © 2020 ChargeBee. All Rights Reserved.