com.chargebee.models
Class Token

java.lang.Object
  extended by com.chargebee.internal.Resource<Token>
      extended by com.chargebee.models.Token

public class Token
extends Resource<Token>


Nested Class Summary
static class Token.Status
           
static class Token.Vault
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Token(org.json.JSONObject jsonObj)
           
Token(String jsonStr)
           
 
Method Summary
 Timestamp createdAt()
           
 Timestamp expiredAt()
           
 Gateway gateway()
           
 String gatewayAccountId()
           
 String id()
           
 String idAtVault()
           
 String ipAddress()
           
 PaymentMethodType paymentMethodType()
           
 Token.Status status()
           
 Token.Vault vault()
           
 
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

Token

public Token(String jsonStr)

Token

public Token(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

gateway

public Gateway gateway()

gatewayAccountId

public String gatewayAccountId()

paymentMethodType

public PaymentMethodType paymentMethodType()

status

public Token.Status status()

idAtVault

public String idAtVault()

vault

public Token.Vault vault()

ipAddress

public String ipAddress()

createdAt

public Timestamp createdAt()

expiredAt

public Timestamp expiredAt()


Copyright © 2019 ChargeBee. All Rights Reserved.