Package org.killbill.billing.jaxrs.json
Class ComboPaymentJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- org.killbill.billing.jaxrs.json.ComboPaymentJson
-
- Direct Known Subclasses:
ComboHostedPaymentPageJson,ComboPaymentTransactionJson
public abstract class ComboPaymentJson extends JsonBase
-
-
Constructor Summary
Constructors Constructor Description ComboPaymentJson(AccountJson account, PaymentMethodJson paymentMethod, List<PluginPropertyJson> paymentMethodPluginProperties, List<AuditLogJson> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AccountJsongetAccount()PaymentMethodJsongetPaymentMethod()List<PluginPropertyJson>getPaymentMethodPluginProperties()inthashCode()StringtoString()-
Methods inherited from class org.killbill.billing.jaxrs.json.JsonBase
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toString
-
-
-
-
Constructor Detail
-
ComboPaymentJson
public ComboPaymentJson(AccountJson account, PaymentMethodJson paymentMethod, List<PluginPropertyJson> paymentMethodPluginProperties, @Nullable List<AuditLogJson> auditLogs)
-
-
Method Detail
-
getAccount
public AccountJson getAccount()
-
getPaymentMethod
public PaymentMethodJson getPaymentMethod()
-
getPaymentMethodPluginProperties
public List<PluginPropertyJson> getPaymentMethodPluginProperties()
-
-