| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json | |
| org.killbill.billing.jaxrs.resources |
| Modifier and Type | Method and Description |
|---|---|
List<InvoiceItemJson> |
InvoicePaymentTransactionJson.getAdjustments() |
List<InvoiceItemJson> |
InvoiceItemJson.getChildItems() |
List<InvoiceItemJson> |
InvoiceJson.getItems() |
| Constructor and Description |
|---|
InvoiceItemJson(String invoiceItemId,
String invoiceId,
String linkedInvoiceItemId,
String accountId,
String childAccountId,
String bundleId,
String subscriptionId,
String planName,
String phaseName,
String usageName,
String itemType,
String description,
org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate,
BigDecimal amount,
String currency,
List<InvoiceItemJson> childItems,
List<AuditLogJson> auditLogs) |
InvoiceJson(BigDecimal amount,
String currency,
String status,
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,
Boolean isParentInvoice,
List<AuditLogJson> auditLogs) |
InvoicePaymentTransactionJson(String transactionId,
String transactionExternalKey,
String paymentId,
String paymentExternalKey,
String transactionType,
BigDecimal amount,
String currency,
org.joda.time.DateTime effectiveDate,
BigDecimal processedAmount,
String processedCurrency,
String status,
String gatewayErrorCode,
String gatewayErrorMsg,
String firstPaymentReferenceId,
String secondPaymentReferenceId,
List<PluginPropertyJson> properties,
Boolean isAdjusted,
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) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
InvoiceResource.createExternalCharges(Iterable<InvoiceItemJson> externalChargesJson,
String accountId,
String requestedDateTimeString,
Boolean payInvoice,
List<String> pluginPropertiesString,
Boolean autoCommit,
String paymentExternalKey,
String transactionExternalKey,
String createdBy,
String reason,
String comment,
javax.ws.rs.core.UriInfo uriInfo,
javax.servlet.http.HttpServletRequest request) |
javax.ws.rs.core.Response |
InvoiceResource.createMigrationInvoice(Iterable<InvoiceItemJson> items,
String accountId,
String targetDate,
String createdBy,
String reason,
String comment,
javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
Copyright © 2010-2016. All Rights Reserved.