public class PaymentMethodJson extends JsonBase
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentMethodJson.PaymentMethodPluginDetailJson |
| Constructor and Description |
|---|
PaymentMethodJson(String paymentMethodId,
String externalKey,
String accountId,
Boolean isDefault,
String pluginName,
PaymentMethodJson.PaymentMethodPluginDetailJson pluginInfo,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
String |
getExternalKey() |
String |
getPaymentMethodId() |
PaymentMethodJson.PaymentMethodPluginDetailJson |
getPluginInfo() |
String |
getPluginName() |
int |
hashCode() |
Boolean |
isDefault() |
PaymentMethod |
toPaymentMethod(String accountId) |
static PaymentMethodJson |
toPaymentMethodJson(Account account,
PaymentMethod in,
AccountAuditLogs accountAuditLogs) |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic PaymentMethodJson(String paymentMethodId, String externalKey, String accountId, Boolean isDefault, String pluginName, @Nullable PaymentMethodJson.PaymentMethodPluginDetailJson pluginInfo, @Nullable List<AuditLogJson> auditLogs)
public static PaymentMethodJson toPaymentMethodJson(Account account, PaymentMethod in, @Nullable AccountAuditLogs accountAuditLogs)
public PaymentMethod toPaymentMethod(String accountId)
public String getPaymentMethodId()
public String getAccountId()
public Boolean isDefault()
public String getPluginName()
public PaymentMethodJson.PaymentMethodPluginDetailJson getPluginInfo()
public String getExternalKey()
Copyright © 2010-2015. All Rights Reserved.