public class AmexExpressCheckoutDetails extends Object
Modifier and Type | Field and Description |
---|---|
private String |
bin |
private String |
cardMemberExpiryDate |
private String |
cardMemberNumber |
private String |
cardType |
private String |
expirationMonth |
private String |
expirationYear |
private String |
imageUrl |
private String |
sourceDescription |
private String |
token |
Constructor and Description |
---|
AmexExpressCheckoutDetails(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
String |
getBin() |
String |
getCardMemberExpiryDate() |
String |
getCardMemberNumber() |
String |
getCardType() |
String |
getExpirationMonth() |
String |
getExpirationYear() |
String |
getImageUrl() |
String |
getSourceDescription() |
String |
getToken() |
private String cardType
private String token
private String bin
private String expirationMonth
private String expirationYear
private String cardMemberNumber
private String cardMemberExpiryDate
private String imageUrl
private String sourceDescription
public AmexExpressCheckoutDetails(NodeWrapper node)
public String getBin()
public String getCardMemberExpiryDate()
public String getCardMemberNumber()
public String getCardType()
public String getExpirationMonth()
public String getExpirationYear()
public String getImageUrl()
public String getSourceDescription()
public String getToken()
Copyright © 2013-2018. All Rights Reserved.