Modifier and Type | Class and Description |
---|---|
static class |
Card.CardType |
static class |
Card.CopyCardForCustomerRequest |
static class |
Card.FundingType |
static class |
Card.PoweredBy |
static class |
Card.Status |
static class |
Card.SwitchGatewayForCustomerRequest |
static class |
Card.UpdateCardForCustomerRequest |
Constructor and Description |
---|
Card(org.json.JSONObject jsonObj) |
Card(String jsonStr) |
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 Card(String jsonStr)
public Card(org.json.JSONObject jsonObj)
public String paymentSourceId()
public Card.Status status()
public Gateway gateway()
public String gatewayAccountId()
public String refTxId()
public String firstName()
public String lastName()
public String iin()
public String last4()
public Card.CardType cardType()
public Card.FundingType fundingType()
public Integer expiryMonth()
public Integer expiryYear()
public String issuingCountry()
public String billingAddr1()
public String billingAddr2()
public String billingCity()
public String billingStateCode()
public String billingState()
public String billingCountry()
public String billingZip()
public Timestamp createdAt()
public Long resourceVersion()
public Timestamp updatedAt()
public String ipAddress()
public Card.PoweredBy poweredBy()
public String customerId()
public String maskedNumber()
public static Card.UpdateCardForCustomerRequest updateCardForCustomer(String id)
public static Card.SwitchGatewayForCustomerRequest switchGatewayForCustomer(String id)
public static Card.CopyCardForCustomerRequest copyCardForCustomer(String id)
Copyright © 2023 ChargeBee. All rights reserved.