@Deprecated public class MasterpassCard extends Object implements PaymentMethod
| Modifier and Type | Field and Description |
|---|---|
private Address |
billingAddress
Deprecated.
|
private String |
bin
Deprecated.
|
private String |
cardholderName
Deprecated.
|
private String |
cardType
Deprecated.
|
private String |
commercial
Deprecated.
|
private String |
countryOfIssuance
Deprecated.
|
private Calendar |
createdAt
Deprecated.
|
private String |
customerId
Deprecated.
|
private String |
customerLocation
Deprecated.
|
private String |
debit
Deprecated.
|
private String |
durbinRegulated
Deprecated.
|
private String |
expirationMonth
Deprecated.
|
private String |
expirationYear
Deprecated.
|
private String |
healthcare
Deprecated.
|
private String |
imageUrl
Deprecated.
|
private boolean |
isDefault
Deprecated.
|
private boolean |
isExpired
Deprecated.
|
private String |
issuingBank
Deprecated.
|
private boolean |
isVenmoSdk
Deprecated.
|
private String |
last4
Deprecated.
|
private String |
payroll
Deprecated.
|
private String |
prepaid
Deprecated.
|
private String |
productId
Deprecated.
|
private List<Subscription> |
subscriptions
Deprecated.
|
private String |
token
Deprecated.
|
private String |
uniqueNumberIdentifier
Deprecated.
|
private Calendar |
updatedAt
Deprecated.
|
| Constructor and Description |
|---|
MasterpassCard(NodeWrapper node)
Deprecated.
|
private Address billingAddress
private String bin
private String cardholderName
private String cardType
private Calendar createdAt
private String customerId
private String customerLocation
private String expirationMonth
private String expirationYear
private boolean isDefault
private boolean isVenmoSdk
private boolean isExpired
private String imageUrl
private String last4
private String commercial
private String debit
private String durbinRegulated
private String healthcare
private String payroll
private String prepaid
private String productId
private String countryOfIssuance
private String issuingBank
private String uniqueNumberIdentifier
private List<Subscription> subscriptions
private String token
private Calendar updatedAt
public MasterpassCard(NodeWrapper node)
public Address getBillingAddress()
public String getBin()
public String getCardholderName()
public String getCardType()
public Calendar getCreatedAt()
public String getCustomerId()
getCustomerId in interface PaymentMethodpublic String getCustomerLocation()
public String getExpirationDate()
public String getExpirationMonth()
public String getExpirationYear()
public String getImageUrl()
getImageUrl in interface PaymentMethodpublic String getLast4()
public String getMaskedNumber()
public CreditCard.Commercial getCommercial()
public CreditCard.Debit getDebit()
public CreditCard.DurbinRegulated getDurbinRegulated()
public CreditCard.Healthcare getHealthcare()
public CreditCard.Payroll getPayroll()
public CreditCard.Prepaid getPrepaid()
public String getProductId()
public String getCountryOfIssuance()
public String getIssuingBank()
public String getUniqueNumberIdentifier()
public List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodpublic String getToken()
getToken in interface PaymentMethodpublic Calendar getUpdatedAt()
public boolean isDefault()
isDefault in interface PaymentMethodpublic boolean isVenmoSdk()
public boolean isExpired()
Copyright © 2013-2021. All Rights Reserved.