public class InvoicePaymentJson extends PaymentJson
| Constructor and Description |
|---|
InvoicePaymentJson(Payment payment,
UUID invoiceId,
AccountAuditLogs accountAuditLogs) |
InvoicePaymentJson(String targetInvoiceId,
String accountId,
String paymentId,
String paymentNumber,
String paymentExternalKey,
BigDecimal authAmount,
BigDecimal capturedAmount,
BigDecimal purchasedAmount,
BigDecimal refundedAmount,
BigDecimal creditedAmount,
String currency,
String paymentMethodId,
List<? extends PaymentTransactionJson> transactions,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTargetInvoiceId() |
int |
hashCode() |
getAccountId, getAuthAmount, getCapturedAmount, getCreditedAmount, getCurrency, getPaymentExternalKey, getPaymentId, getPaymentMethodId, getPaymentNumber, getPurchasedAmount, getRefundedAmount, getTransactions, toStringgetAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toStringpublic InvoicePaymentJson(String targetInvoiceId, String accountId, String paymentId, String paymentNumber, String paymentExternalKey, BigDecimal authAmount, BigDecimal capturedAmount, BigDecimal purchasedAmount, BigDecimal refundedAmount, BigDecimal creditedAmount, String currency, String paymentMethodId, List<? extends PaymentTransactionJson> transactions, @Nullable List<AuditLogJson> auditLogs)
public InvoicePaymentJson(Payment payment, @Nullable UUID invoiceId, @Nullable AccountAuditLogs accountAuditLogs)
public String getTargetInvoiceId()
public boolean equals(Object o)
equals in class PaymentJsonpublic int hashCode()
hashCode in class PaymentJsonCopyright © 2010-2015. All Rights Reserved.