public class Customer extends Object
| Constructor and Description |
|---|
Customer(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
getAddresses() |
List<AmexExpressCheckoutCard> |
getAmexExpressCheckoutCards() |
List<AndroidPayCard> |
getAndroidPayCards() |
List<ApplePayCard> |
getApplePayCards() |
List<CoinbaseAccount> |
getCoinbaseAccounts() |
String |
getCompany() |
Calendar |
getCreatedAt() |
List<CreditCard> |
getCreditCards() |
Map<String,String> |
getCustomFields() |
PaymentMethod |
getDefaultPaymentMethod() |
String |
getEmail() |
String |
getFax() |
String |
getFirstName() |
String |
getId() |
String |
getLastName() |
List<MasterpassCard> |
getMasterpassCards() |
List<? extends PaymentMethod> |
getPaymentMethods() |
List<PayPalAccount> |
getPayPalAccounts() |
String |
getPhone() |
List<SamsungPayCard> |
getSamsungPayCards() |
Calendar |
getUpdatedAt() |
List<UsBankAccount> |
getUsBankAccounts() |
List<VenmoAccount> |
getVenmoAccounts() |
List<VisaCheckoutCard> |
getVisaCheckoutCards() |
String |
getWebsite() |
public Customer(NodeWrapper node)
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
public String getId()
public String getCompany()
public String getFirstName()
public String getLastName()
public String getEmail()
public String getFax()
public String getPhone()
public String getWebsite()
public List<CreditCard> getCreditCards()
public List<PayPalAccount> getPayPalAccounts()
public List<CoinbaseAccount> getCoinbaseAccounts()
public List<ApplePayCard> getApplePayCards()
public List<AndroidPayCard> getAndroidPayCards()
public List<AmexExpressCheckoutCard> getAmexExpressCheckoutCards()
public List<VenmoAccount> getVenmoAccounts()
public List<VisaCheckoutCard> getVisaCheckoutCards()
public List<MasterpassCard> getMasterpassCards()
public List<UsBankAccount> getUsBankAccounts()
public List<SamsungPayCard> getSamsungPayCards()
public List<? extends PaymentMethod> getPaymentMethods()
public PaymentMethod getDefaultPaymentMethod()
Copyright © 2013–2018. All rights reserved.