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) |
PaymentJson(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) |