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