public class ApplePayCard extends Object implements PaymentMethod
| Constructor and Description |
|---|
ApplePayCard(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBin() |
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() |
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 PaymentMethodCopyright © 2013–2018. All rights reserved.