public abstract class ComboPaymentJson extends JsonBase
| Constructor and Description |
|---|
ComboPaymentJson(AccountJson account,
PaymentMethodJson paymentMethod,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AccountJson |
getAccount() |
PaymentMethodJson |
getPaymentMethod() |
java.util.List<PluginPropertyJson> |
getPaymentMethodPluginProperties() |
int |
hashCode() |
java.lang.String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic ComboPaymentJson(AccountJson account, PaymentMethodJson paymentMethod, java.util.List<PluginPropertyJson> paymentMethodPluginProperties, @Nullable java.util.List<AuditLogJson> auditLogs)
public AccountJson getAccount()
public PaymentMethodJson getPaymentMethod()
public java.util.List<PluginPropertyJson> getPaymentMethodPluginProperties()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2010-2018. All Rights Reserved.