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