com.chargebee.models
Class Customer.PaymentMethod

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

public static class Customer.PaymentMethod
extends Resource<Customer.PaymentMethod>


Nested Class Summary
static class Customer.PaymentMethod.Status
           
static class Customer.PaymentMethod.Type
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Customer.PaymentMethod(org.json.JSONObject jsonObj)
           
 
Method Summary
 Gateway gateway()
           
 String referenceId()
           
 Customer.PaymentMethod.Status status()
           
 Customer.PaymentMethod.Type type()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, 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

Customer.PaymentMethod

public Customer.PaymentMethod(org.json.JSONObject jsonObj)
Method Detail

type

public Customer.PaymentMethod.Type type()

gateway

public Gateway gateway()

status

public Customer.PaymentMethod.Status status()

referenceId

public String referenceId()


Copyright © 2016 ChargeBee. All Rights Reserved.