Package org.killbill.billing.jaxrs.json
Class ComboHostedPaymentPageJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- org.killbill.billing.jaxrs.json.ComboPaymentJson
-
- org.killbill.billing.jaxrs.json.ComboHostedPaymentPageJson
-
public class ComboHostedPaymentPageJson extends ComboPaymentJson
-
-
Constructor Summary
Constructors Constructor Description ComboHostedPaymentPageJson(AccountJson account, PaymentMethodJson paymentMethod, HostedPaymentPageFieldsJson hostedPaymentPageFields, List<PluginPropertyJson> paymentMethodPluginProperties, List<AuditLogJson> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)HostedPaymentPageFieldsJsongetHostedPaymentPageFields()inthashCode()StringtoString()-
Methods inherited from class org.killbill.billing.jaxrs.json.ComboPaymentJson
getAccount, getPaymentMethod, getPaymentMethodPluginProperties
-
Methods inherited from class org.killbill.billing.jaxrs.json.JsonBase
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toString
-
-
-
-
Constructor Detail
-
ComboHostedPaymentPageJson
public ComboHostedPaymentPageJson(AccountJson account, PaymentMethodJson paymentMethod, HostedPaymentPageFieldsJson hostedPaymentPageFields, List<PluginPropertyJson> paymentMethodPluginProperties, @Nullable List<AuditLogJson> auditLogs)
-
-
Method Detail
-
getHostedPaymentPageFields
public HostedPaymentPageFieldsJson getHostedPaymentPageFields()
-
toString
public String toString()
- Overrides:
toStringin classComboPaymentJson
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classComboPaymentJson
-
hashCode
public int hashCode()
- Overrides:
hashCodein classComboPaymentJson
-
-