public abstract class ComboPaymentJson extends JsonBase
| Constructor and Description |
|---|
ComboPaymentJson(AccountJson account,
PaymentMethodJson paymentMethod,
List<PluginPropertyJson> paymentMethodPluginProperties,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AccountJson |
getAccount() |
PaymentMethodJson |
getPaymentMethod() |
List<PluginPropertyJson> |
getPaymentMethodPluginProperties() |
int |
hashCode() |
String |
toString() |
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic ComboPaymentJson(AccountJson account, PaymentMethodJson paymentMethod, List<PluginPropertyJson> paymentMethodPluginProperties, @Nullable List<AuditLogJson> auditLogs)
public AccountJson getAccount()
public PaymentMethodJson getPaymentMethod()
public List<PluginPropertyJson> getPaymentMethodPluginProperties()
Copyright © 2010–2022. All rights reserved.