public class ComboPaymentTransactionJson extends ComboPaymentJson
| Constructor and Description |
|---|
ComboPaymentTransactionJson(AccountJson account,
PaymentMethodJson paymentMethod,
PaymentTransactionJson transaction,
java.util.List<PluginPropertyJson> paymentMethodPluginProperties,
java.util.List<PluginPropertyJson> transactionPluginProperties,
java.util.List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PaymentTransactionJson |
getTransaction() |
java.util.List<PluginPropertyJson> |
getTransactionPluginProperties() |
TransactionType |
getTransactionType() |
int |
hashCode() |
java.lang.String |
toString() |
getAccount, getPaymentMethod, getPaymentMethodPluginPropertiesgetAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic ComboPaymentTransactionJson(AccountJson account, PaymentMethodJson paymentMethod, PaymentTransactionJson transaction, java.util.List<PluginPropertyJson> paymentMethodPluginProperties, java.util.List<PluginPropertyJson> transactionPluginProperties, @Nullable java.util.List<AuditLogJson> auditLogs)
public PaymentTransactionJson getTransaction()
public TransactionType getTransactionType()
public java.util.List<PluginPropertyJson> getTransactionPluginProperties()
public java.lang.String toString()
toString in class ComboPaymentJsonpublic boolean equals(java.lang.Object o)
equals in class ComboPaymentJsonpublic int hashCode()
hashCode in class ComboPaymentJsonCopyright © 2010-2020. All Rights Reserved.