Package org.killbill.billing.jaxrs.json
Class InvoicePaymentJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- org.killbill.billing.jaxrs.json.PaymentJson
-
- org.killbill.billing.jaxrs.json.InvoicePaymentJson
-
public class InvoicePaymentJson extends PaymentJson
-
-
Constructor Summary
Constructors Constructor Description 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)InvoicePaymentJson(Payment payment, UUID invoiceId, AccountAuditLogs accountAuditLogs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UUIDgetTargetInvoiceId()inthashCode()-
Methods inherited from class org.killbill.billing.jaxrs.json.PaymentJson
getAccountId, getAuthAmount, getCapturedAmount, getCreditedAmount, getCurrency, getPaymentAttempts, getPaymentExternalKey, getPaymentId, getPaymentMethodId, getPaymentNumber, getPurchasedAmount, getRefundedAmount, getTransactions, toString
-
Methods inherited from class org.killbill.billing.jaxrs.json.JsonBase
getAuditLogs, propertiesToList, propertiesToMap, toAuditLogJson, toPluginPropertyJson, toString
-
-
-
-
Constructor Detail
-
InvoicePaymentJson
public 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)
-
InvoicePaymentJson
public InvoicePaymentJson(Payment payment, @Nullable UUID invoiceId, @Nullable AccountAuditLogs accountAuditLogs)
-
-
Method Detail
-
getTargetInvoiceId
public UUID getTargetInvoiceId()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPaymentJson
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPaymentJson
-
-