| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
List<InvoicePaymentJson> |
BundleTimelineJson.getPayments() |
List<InvoicePaymentJson> |
AccountTimelineJson.getPayments() |
| Constructor and Description |
|---|
AccountTimelineJson(AccountJson account,
List<BundleJson> bundles,
List<InvoiceJson> invoices,
List<InvoicePaymentJson> payments) |
BundleTimelineJson(String viewId,
BundleJson bundle,
List<InvoicePaymentJson> payments,
List<InvoiceJson> invoices,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
InvoiceResource.createInstantPayment(InvoicePaymentJson payment,
Boolean externalPayment,
List<String> pluginPropertiesString,
String createdBy,
String reason,
String comment,
javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2010-2014. All Rights Reserved.