|
Change Parameter Type paymentAttempts : List<PaymentAttempt> to paymentAttempts : List<PaymentAttemptJson> in method public PaymentJson(accountId String, paymentId String, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency String, paymentMethodId String, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttemptJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.PaymentJson |
From |
To |
|
Change Parameter Type paymentAttempts : List<PaymentAttempt> to paymentAttempts : List<PaymentAttemptJson> in method public InvoicePaymentJson(targetInvoiceId String, accountId String, paymentId String, paymentNumber String, paymentExternalKey String, authAmount BigDecimal, capturedAmount BigDecimal, purchasedAmount BigDecimal, refundedAmount BigDecimal, creditedAmount BigDecimal, currency String, paymentMethodId String, transactions List<? extends PaymentTransactionJson>, paymentAttempts List<PaymentAttemptJson>, auditLogs List<AuditLogJson>) in class org.killbill.billing.jaxrs.json.InvoicePaymentJson |
From |
To |