Uses of Class
org.killbill.billing.jaxrs.json.InvoicePaymentJson
-
Packages that use InvoicePaymentJson Package Description org.killbill.billing.jaxrs.json org.killbill.billing.jaxrs.resources -
-
Uses of InvoicePaymentJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type InvoicePaymentJson Modifier and Type Method Description List<InvoicePaymentJson>AccountTimelineJson. getPayments() -
Uses of InvoicePaymentJson in org.killbill.billing.jaxrs.resources
Methods in org.killbill.billing.jaxrs.resources with parameters of type InvoicePaymentJson Modifier and Type Method Description javax.ws.rs.core.ResponseInvoiceResource. createInstantPayment(UUID invoiceId, InvoicePaymentJson payment, Boolean externalPayment, List<String> paymentControlPluginNames, List<String> pluginPropertiesString, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo)
-