public class ApplePayDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
cardholderName |
private String |
cardType |
private String |
expirationMonth |
private String |
expirationYear |
private String |
imageUrl |
private String |
last4 |
private String |
paymentInstrumentName |
private String |
sourceDescription |
private String |
token |
| Constructor and Description |
|---|
ApplePayDetails(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardholderName() |
String |
getCardType() |
String |
getExpirationMonth() |
String |
getExpirationYear() |
String |
getImageUrl() |
String |
getLast4() |
String |
getPaymentInstrumentName() |
String |
getSourceDescription() |
String |
getToken() |
private String cardType
private String paymentInstrumentName
private String sourceDescription
private String cardholderName
private String expirationMonth
private String expirationYear
private String last4
private String token
private String imageUrl
public ApplePayDetails(NodeWrapper node)
public String getToken()
public String getCardType()
public String getPaymentInstrumentName()
public String getSourceDescription()
public String getCardholderName()
public String getExpirationMonth()
public String getExpirationYear()
public String getLast4()
public String getImageUrl()
Copyright © 2013-2018. All Rights Reserved.