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.AccountType
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
PaymentSource.BankAccount(org.json.JSONObject jsonObj)
           
 
Method Summary
 PaymentSource.BankAccount.AccountType accountType()
           
 String bankName()
           
 String mandateId()
           
 String nameOnAccount()
           
 
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
 
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

nameOnAccount

public String nameOnAccount()

bankName

public String bankName()

mandateId

public String mandateId()

accountType

public PaymentSource.BankAccount.AccountType accountType()


Copyright © 2017 ChargeBee. All Rights Reserved.