Package org.killbill.billing.jaxrs.json
Class ComboPaymentTransactionJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- org.killbill.billing.jaxrs.json.ComboPaymentJson
-
- org.killbill.billing.jaxrs.json.ComboPaymentTransactionJson
-
public class ComboPaymentTransactionJson extends ComboPaymentJson
-
-
Constructor Summary
Constructors Constructor Description ComboPaymentTransactionJson(AccountJson account, PaymentMethodJson paymentMethod, PaymentTransactionJson transaction, List<PluginPropertyJson> paymentMethodPluginProperties, List<PluginPropertyJson> transactionPluginProperties, List<AuditLogJson> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PaymentTransactionJsongetTransaction()List<PluginPropertyJson>getTransactionPluginProperties()TransactionTypegetTransactionType()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
-
ComboPaymentTransactionJson
public ComboPaymentTransactionJson(AccountJson account, PaymentMethodJson paymentMethod, PaymentTransactionJson transaction, List<PluginPropertyJson> paymentMethodPluginProperties, List<PluginPropertyJson> transactionPluginProperties, @Nullable List<AuditLogJson> auditLogs)
-
-
Method Detail
-
getTransaction
public PaymentTransactionJson getTransaction()
-
getTransactionType
public TransactionType getTransactionType()
-
getTransactionPluginProperties
public List<PluginPropertyJson> getTransactionPluginProperties()
-
toString
public String toString()
- Overrides:
toStringin classComboPaymentJson
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classComboPaymentJson
-
hashCode
public int hashCode()
- Overrides:
hashCodein classComboPaymentJson
-
-