Class ComboPaymentTransaction
- java.lang.Object
-
- org.killbill.billing.client.model.KillBillObject
-
- org.killbill.billing.client.model.gen.ComboPaymentTransaction
-
public class ComboPaymentTransaction extends KillBillObject
-
-
Field Summary
-
Fields inherited from class org.killbill.billing.client.model.KillBillObject
auditLogs
-
-
Constructor Summary
Constructors Constructor Description ComboPaymentTransaction()ComboPaymentTransaction(Account account, PaymentMethod paymentMethod, PaymentTransaction transaction, List<PluginProperty> paymentMethodPluginProperties, List<PluginProperty> transactionPluginProperties, List<AuditLog> auditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComboPaymentTransactionaddPaymentMethodPluginPropertiesItem(PluginProperty paymentMethodPluginPropertiesItem)ComboPaymentTransactionaddTransactionPluginPropertiesItem(PluginProperty transactionPluginPropertiesItem)booleanequals(Object o)AccountgetAccount()PaymentMethodgetPaymentMethod()List<PluginProperty>getPaymentMethodPluginProperties()PaymentTransactiongetTransaction()List<PluginProperty>getTransactionPluginProperties()inthashCode()ComboPaymentTransactionsetAccount(Account account)ComboPaymentTransactionsetPaymentMethod(PaymentMethod paymentMethod)ComboPaymentTransactionsetPaymentMethodPluginProperties(List<PluginProperty> paymentMethodPluginProperties)ComboPaymentTransactionsetTransaction(PaymentTransaction transaction)ComboPaymentTransactionsetTransactionPluginProperties(List<PluginProperty> transactionPluginProperties)StringtoString()-
Methods inherited from class org.killbill.billing.client.model.KillBillObject
getAuditLogs, setAuditLogs
-
-
-
-
Constructor Detail
-
ComboPaymentTransaction
public ComboPaymentTransaction()
-
ComboPaymentTransaction
public ComboPaymentTransaction(Account account, PaymentMethod paymentMethod, PaymentTransaction transaction, List<PluginProperty> paymentMethodPluginProperties, List<PluginProperty> transactionPluginProperties, List<AuditLog> auditLogs)
-
-
Method Detail
-
setAccount
public ComboPaymentTransaction setAccount(Account account)
-
getAccount
public Account getAccount()
-
setPaymentMethod
public ComboPaymentTransaction setPaymentMethod(PaymentMethod paymentMethod)
-
getPaymentMethod
public PaymentMethod getPaymentMethod()
-
setTransaction
public ComboPaymentTransaction setTransaction(PaymentTransaction transaction)
-
getTransaction
public PaymentTransaction getTransaction()
-
setPaymentMethodPluginProperties
public ComboPaymentTransaction setPaymentMethodPluginProperties(List<PluginProperty> paymentMethodPluginProperties)
-
addPaymentMethodPluginPropertiesItem
public ComboPaymentTransaction addPaymentMethodPluginPropertiesItem(PluginProperty paymentMethodPluginPropertiesItem)
-
getPaymentMethodPluginProperties
public List<PluginProperty> getPaymentMethodPluginProperties()
-
setTransactionPluginProperties
public ComboPaymentTransaction setTransactionPluginProperties(List<PluginProperty> transactionPluginProperties)
-
addTransactionPluginPropertiesItem
public ComboPaymentTransaction addTransactionPluginPropertiesItem(PluginProperty transactionPluginPropertiesItem)
-
getTransactionPluginProperties
public List<PluginProperty> getTransactionPluginProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKillBillObject
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKillBillObject
-
-