public static class PaymentMethodJson.PaymentMethodPluginDetailJson extends Object
| Constructor and Description |
|---|
PaymentMethodJson.PaymentMethodPluginDetailJson(String externalPaymentId,
Boolean isDefaultPaymentMethod,
String type,
String ccName,
String ccType,
String ccExpirationMonth,
String ccExpirationYear,
String ccLast4,
String address1,
String address2,
String city,
String state,
String zip,
String country,
List<PaymentMethodJson.PaymentMethodProperties> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress1() |
String |
getAddress2() |
String |
getCcExpirationMonth() |
String |
getCcExpirationYear() |
String |
getCcLast4() |
String |
getCcName() |
String |
getCcType() |
String |
getCity() |
String |
getCountry() |
String |
getExternalPaymentId() |
Boolean |
getIsDefaultPaymentMethod() |
List<PaymentMethodJson.PaymentMethodProperties> |
getProperties() |
String |
getState() |
String |
getType() |
String |
getZip() |
int |
hashCode() |
String |
toString() |
public PaymentMethodJson.PaymentMethodPluginDetailJson(String externalPaymentId, Boolean isDefaultPaymentMethod, String type, String ccName, String ccType, String ccExpirationMonth, String ccExpirationYear, String ccLast4, String address1, String address2, String city, String state, String zip, String country, List<PaymentMethodJson.PaymentMethodProperties> properties)
public String getExternalPaymentId()
public Boolean getIsDefaultPaymentMethod()
public String getType()
public String getCcName()
public String getCcType()
public String getCcExpirationMonth()
public String getCcExpirationYear()
public String getCcLast4()
public String getAddress1()
public String getAddress2()
public String getCity()
public String getState()
public String getZip()
public String getCountry()
public List<PaymentMethodJson.PaymentMethodProperties> getProperties()
Copyright © 2010-2014. All Rights Reserved.