|
Change Parameter Type items : Iterable<InvoiceItemJson> to items : List<InvoiceItemJson> in method public createMigrationInvoice(items List<InvoiceItemJson>, accountIdStr String, targetDate String, createdBy String, reason String, comment String, request HttpServletRequest, uriInfo UriInfo) : Response in class org.killbill.billing.jaxrs.resources.InvoiceResource |
From |
To |
|
Change Parameter Type externalChargesJson : Iterable<InvoiceItemJson> to externalChargesJson : List<InvoiceItemJson> in method public createExternalCharges(externalChargesJson List<InvoiceItemJson>, accountIdStr String, requestedDateTimeString String, payInvoice Boolean, pluginPropertiesString List<String>, autoCommit Boolean, paymentExternalKey String, transactionExternalKey String, createdBy String, reason String, comment String, uriInfo UriInfo, request HttpServletRequest) : Response in class org.killbill.billing.jaxrs.resources.InvoiceResource |
From |
To |