| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
List<InvoiceItemJson> |
RefundJson.getAdjustments() |
List<InvoiceItemJson> |
InvoiceJson.getItems() |
| Constructor and Description |
|---|
InvoiceJson(BigDecimal amount,
String currency,
BigDecimal creditAdj,
BigDecimal refundAdj,
String invoiceId,
org.joda.time.LocalDate invoiceDate,
org.joda.time.LocalDate targetDate,
String invoiceNumber,
BigDecimal balance,
String accountId,
String bundleKeys,
List<CreditJson> credits,
List<InvoiceItemJson> items,
List<AuditLogJson> auditLogs) |
RefundJson(String refundId,
String paymentId,
BigDecimal amount,
String currency,
String status,
Boolean isAdjusted,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
List<InvoiceItemJson> adjustments,
List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
InvoiceResource.adjustInvoiceItem(InvoiceItemJson json,
String invoiceId,
String requestedDateTimeString,
String createdBy,
String reason,
String comment,
javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
InvoiceResource.createExternalCharge(InvoiceItemJson externalChargeJson,
String requestedDateTimeString,
Boolean payInvoice,
String createdBy,
String reason,
String comment,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
javax.ws.rs.core.Response |
InvoiceResource.createExternalChargeForInvoice(InvoiceItemJson externalChargeJson,
String invoiceIdString,
String requestedDateTimeString,
Boolean payInvoice,
String createdBy,
String reason,
String comment,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2010-2014. All Rights Reserved.