public class ApplePayCard extends Object implements PaymentMethod
| Modifier and Type | Field and Description |
|---|---|
private String |
bin |
private String |
cardholderName |
private String |
cardType |
private Calendar |
createdAt |
private String |
customerId |
private String |
expirationMonth |
private String |
expirationYear |
private boolean |
expired |
private String |
imageUrl |
private boolean |
isDefault |
private String |
last4 |
private String |
paymentInstrumentName |
private String |
sourceDescription |
private List<Subscription> |
subscriptions |
private String |
token |
private Calendar |
updatedAt |
| Constructor and Description |
|---|
ApplePayCard(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBin() |
String |
getCardholderName() |
String |
getCardType() |
Calendar |
getCreatedAt() |
String |
getCustomerId() |
String |
getExpirationMonth() |
String |
getExpirationYear() |
boolean |
getExpired() |
String |
getImageUrl() |
String |
getLast4() |
String |
getPaymentInstrumentName() |
String |
getSourceDescription() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
Calendar |
getUpdatedAt() |
boolean |
isDefault() |
private String imageUrl
private String token
private boolean isDefault
private String bin
private String cardType
private String paymentInstrumentName
private String sourceDescription
private String last4
private String expirationMonth
private String expirationYear
private boolean expired
private String customerId
private String cardholderName
private Calendar createdAt
private Calendar updatedAt
private List<Subscription> subscriptions
public ApplePayCard(NodeWrapper node)
public String getToken()
getToken in interface PaymentMethodpublic String getImageUrl()
getImageUrl in interface PaymentMethodpublic boolean isDefault()
isDefault in interface PaymentMethodpublic String getBin()
public String getCardType()
public String getPaymentInstrumentName()
public String getSourceDescription()
public String getExpirationMonth()
public String getExpirationYear()
public boolean getExpired()
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodpublic String getLast4()
public String getCustomerId()
getCustomerId in interface PaymentMethodpublic String getCardholderName()
Copyright © 2013-2018. All Rights Reserved.