Modifier and Type | Class and Description |
---|---|
static class |
Token.Status |
static class |
Token.Vault |
Constructor and Description |
---|
Token(org.json.JSONObject jsonObj) |
Token(String jsonStr) |
Modifier and Type | Method and Description |
---|---|
Timestamp |
createdAt() |
Timestamp |
expiredAt() |
Gateway |
gateway() |
String |
gatewayAccountId() |
String |
id() |
String |
idAtVault() |
String |
ipAddress() |
PaymentMethodType |
paymentMethodType() |
Long |
resourceVersion() |
Token.Status |
status() |
Timestamp |
updatedAt() |
Token.Vault |
vault() |
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 Token(String jsonStr)
public Token(org.json.JSONObject jsonObj)
public String id()
public Gateway gateway()
public String gatewayAccountId()
public PaymentMethodType paymentMethodType()
public Token.Status status()
public String idAtVault()
public Token.Vault vault()
public String ipAddress()
public Long resourceVersion()
public Timestamp updatedAt()
public Timestamp createdAt()
public Timestamp expiredAt()
Copyright © 2023 ChargeBee. All rights reserved.