public class CardResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressCity |
protected String |
addressCountry |
protected String |
addressLine1 |
protected String |
addressLine1Check |
protected String |
addressLine2 |
protected String |
addressState |
protected String |
addressZip |
protected String |
addressZipCheck |
protected String |
brand |
protected String |
country |
protected String |
customer |
protected String |
cvcCheck |
protected short |
expMonth |
protected short |
expYear |
protected String |
fingerprint |
protected String |
funding |
protected String |
id |
protected String |
last4 |
protected String |
name |
protected String |
object |
protected String |
recipient |
| Constructor and Description |
|---|
CardResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressCity() |
String |
getAddressCountry() |
String |
getAddressLine1() |
String |
getAddressLine1Check() |
String |
getAddressLine2() |
String |
getAddressState() |
String |
getAddressZip() |
String |
getAddressZipCheck() |
String |
getBrand() |
String |
getCountry() |
String |
getCustomer() |
String |
getCvcCheck() |
short |
getExpMonth() |
short |
getExpYear() |
String |
getFingerprint() |
String |
getFunding() |
String |
getId() |
String |
getLast4() |
String |
getName() |
String |
getObject() |
String |
getRecipient() |
protected String id
protected String object
protected String last4
protected String brand
protected String funding
protected short expMonth
protected short expYear
protected String fingerprint
protected String customer
protected String country
protected String name
protected String addressLine1
protected String addressLine2
protected String addressCity
protected String addressState
protected String addressZip
protected String addressCountry
protected String cvcCheck
protected String addressLine1Check
protected String addressZipCheck
protected String recipient
public String getId()
public String getObject()
public String getLast4()
public short getExpMonth()
public short getExpYear()
public String getFingerprint()
public String getCustomer()
public String getCountry()
public String getName()
public String getAddressLine1()
public String getAddressLine2()
public String getAddressCity()
public String getAddressState()
public String getAddressZip()
public String getAddressCountry()
public String getCvcCheck()
public String getAddressLine1Check()
public String getAddressZipCheck()
public String getBrand()
public String getRecipient()
public String getFunding()
Copyright © 2014. All rights reserved.