|
Rename Method public createPurchaseForInvoice(account Account, invoiceId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, paymentTransactionExternalKey String, properties Iterable<PluginProperty>, paymentOptions PaymentOptions, context CallContext) : InvoicePayment renamed to public createPurchaseForInvoicePayment(account Account, invoiceId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, paymentTransactionExternalKey String, properties Iterable<PluginProperty>, paymentOptions PaymentOptions, context CallContext) : InvoicePayment in class org.killbill.billing.payment.api.DefaultInvoicePaymentApi |
From |
To |
|
Rename Method public createRefundForInvoice(isAdjusted boolean, adjustments Map<UUID,BigDecimal>, account Account, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, originalPaymentTransactionExternalKey String, originalProperties Iterable<PluginProperty>, paymentOptions PaymentOptions, context CallContext) : InvoicePayment renamed to public createRefundForInvoicePayment(isAdjusted boolean, adjustments Map<UUID,BigDecimal>, account Account, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, originalPaymentTransactionExternalKey String, originalProperties Iterable<PluginProperty>, paymentOptions PaymentOptions, context CallContext) : InvoicePayment in class org.killbill.billing.payment.api.DefaultInvoicePaymentApi |
From |
To |
|
Rename Method public createPurchaseForInvoice(isApiPayment boolean, account Account, invoiceId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, originalPaymentTransactionExternalKey String, originalProperties Iterable<PluginProperty>, paymentOptions PaymentOptions, internalCallContext InternalCallContext) : InvoicePayment renamed to public createPurchaseForInvoicePayment(isApiPayment boolean, account Account, invoiceId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, originalPaymentTransactionExternalKey String, originalProperties Iterable<PluginProperty>, paymentOptions PaymentOptions, internalCallContext InternalCallContext) : InvoicePayment in class org.killbill.billing.payment.api.svcs.DefaultInvoicePaymentInternalApi |
From |
To |
|
Rename Method public createPurchaseForInvoice(isApiPayment boolean, account Account, invoiceId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, paymentTransactionExternalKey String, properties Iterable<PluginProperty>, paymentOptions PaymentOptions, context InternalCallContext) : InvoicePayment renamed to public createPurchaseForInvoicePayment(isApiPayment boolean, account Account, invoiceId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, paymentTransactionExternalKey String, properties Iterable<PluginProperty>, paymentOptions PaymentOptions, context InternalCallContext) : InvoicePayment in class org.killbill.billing.payment.api.InvoicePaymentInternalApi |
From |
To |
|
Rename Method public createCreditForInvoice(isAdjusted boolean, adjustments Map<UUID,BigDecimal>, account Account, originalPaymentId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, originalPaymentTransactionExternalKey String, originalProperties Iterable<PluginProperty>, paymentOptions PaymentOptions, context CallContext) : InvoicePayment renamed to public createCreditForInvoicePayment(isAdjusted boolean, adjustments Map<UUID,BigDecimal>, account Account, originalPaymentId UUID, paymentMethodId UUID, paymentId UUID, amount BigDecimal, currency Currency, effectiveDate DateTime, paymentExternalKey String, originalPaymentTransactionExternalKey String, originalProperties Iterable<PluginProperty>, paymentOptions PaymentOptions, context CallContext) : InvoicePayment in class org.killbill.billing.payment.api.DefaultInvoicePaymentApi |
From |
To |