public static class PaymentSource.Card extends Resource<PaymentSource.Card>
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentSource.Card.Brand |
static class |
PaymentSource.Card.FundingType |
| Constructor and Description |
|---|
Card(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
String |
billingAddr1() |
String |
billingAddr2() |
String |
billingCity() |
String |
billingCountry() |
String |
billingState() |
String |
billingStateCode() |
String |
billingZip() |
PaymentSource.Card.Brand |
brand() |
Integer |
expiryMonth() |
Integer |
expiryYear() |
String |
firstName() |
PaymentSource.Card.FundingType |
fundingType() |
String |
iin() |
String |
last4() |
String |
lastName() |
String |
maskedNumber() |
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, uripublic String firstName()
public String lastName()
public String iin()
public String last4()
public PaymentSource.Card.Brand brand()
public PaymentSource.Card.FundingType fundingType()
public Integer expiryMonth()
public Integer expiryYear()
public String billingAddr1()
public String billingAddr2()
public String billingCity()
public String billingStateCode()
public String billingState()
public String billingCountry()
public String billingZip()
public String maskedNumber()
Copyright © 2023 ChargeBee. All rights reserved.