public class AmexExpressCheckoutCard extends Object implements PaymentMethod
| Constructor and Description |
|---|
AmexExpressCheckoutCard(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBin() |
String |
getCardMemberExpiryDate() |
String |
getCardMemberNumber() |
String |
getCardType() |
Calendar |
getCreatedAt() |
String |
getCustomerId() |
String |
getExpirationMonth() |
String |
getExpirationYear() |
String |
getImageUrl() |
String |
getSourceDescription() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
Calendar |
getUpdatedAt() |
boolean |
isDefault() |
public AmexExpressCheckoutCard(NodeWrapper node)
public String getBin()
public String getCardMemberExpiryDate()
public String getCardMemberNumber()
public String getCardType()
public String getExpirationMonth()
public String getExpirationYear()
public String getImageUrl()
getImageUrl in interface PaymentMethodpublic String getSourceDescription()
public String getToken()
getToken in interface PaymentMethodpublic boolean isDefault()
isDefault in interface PaymentMethodpublic String getCustomerId()
getCustomerId in interface PaymentMethodpublic Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodCopyright © 2013–2018. All rights reserved.