public class AndroidPayCard extends Object implements PaymentMethod
Modifier and Type | Field and Description |
---|---|
private String |
bin |
private String |
cardType |
private Calendar |
createdAt |
private String |
customerId |
private String |
expirationMonth |
private String |
expirationYear |
private String |
googleTransactionId |
private String |
imageUrl |
private Boolean |
isDefault |
private String |
last4 |
private String |
sourceCardLast4 |
private String |
sourceCardType |
private String |
sourceDescription |
private List<Subscription> |
subscriptions |
private String |
token |
private Calendar |
updatedAt |
private String |
virtualCardLast4 |
private String |
virtualCardType |
Constructor and Description |
---|
AndroidPayCard(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
String |
getBin() |
String |
getCardType() |
Calendar |
getCreatedAt() |
String |
getCustomerId() |
String |
getExpirationMonth() |
String |
getExpirationYear() |
String |
getGoogleTransactionId() |
String |
getImageUrl() |
String |
getLast4() |
String |
getSourceCardLast4() |
String |
getSourceCardType() |
String |
getSourceDescription() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
Calendar |
getUpdatedAt() |
String |
getVirtualCardLast4() |
String |
getVirtualCardType() |
boolean |
isDefault() |
private String cardType
private String last4
private String sourceCardType
private String sourceCardLast4
private String sourceDescription
private String virtualCardType
private String virtualCardLast4
private String expirationMonth
private String expirationYear
private String token
private String googleTransactionId
private String bin
private Boolean isDefault
private String imageUrl
private String customerId
private Calendar createdAt
private Calendar updatedAt
private List<Subscription> subscriptions
public AndroidPayCard(NodeWrapper node)
public String getCardType()
public String getLast4()
public String getSourceCardType()
public String getSourceCardLast4()
public String getSourceDescription()
public String getVirtualCardType()
public String getVirtualCardLast4()
public String getExpirationMonth()
public String getExpirationYear()
public String getToken()
getToken
in interface PaymentMethod
public String getGoogleTransactionId()
public String getBin()
public boolean isDefault()
isDefault
in interface PaymentMethod
public String getImageUrl()
getImageUrl
in interface PaymentMethod
public String getCustomerId()
getCustomerId
in interface PaymentMethod
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions
in interface PaymentMethod
Copyright © 2013-2019. All Rights Reserved.