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