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<PaymentAttemptJson> paymentAttempts,
List<AuditLogJson> auditLogs) |
PaymentJson(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<PaymentAttemptJson> paymentAttempts,
List<AuditLogJson> auditLogs) |