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