| Package | Description |
|---|---|
| org.killbill.billing.invoice.api | |
| org.killbill.billing.invoice.api.formatters |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
InvoiceUserApi.getInvoice(java.util.UUID invoiceId,
TenantContext context)
Retrieve an invoice by id.
|
Invoice |
InvoiceUserApi.getInvoiceByInvoiceItem(java.util.UUID invoiceItemId,
TenantContext context) |
Invoice |
InvoiceUserApi.getInvoiceByNumber(java.lang.Integer number,
TenantContext context)
Retrieve an invoice by invoice number.
|
Invoice |
InvoiceUserApi.getInvoiceByPayment(java.util.UUID paymentId,
TenantContext context)
Get all invoices for a given payment.
|
Invoice |
InvoiceUserApi.triggerDryRunInvoiceGeneration(java.util.UUID accountId,
org.joda.time.LocalDate targetDate,
DryRunArguments dryRunArguments,
CallContext context)
Trigger an invoice for a given account and a given day.
|
Invoice |
InvoiceUserApi.triggerInvoiceGeneration(java.util.UUID accountId,
org.joda.time.LocalDate targetDate,
CallContext context)
Trigger an invoice for a given account and a given day.
|
| Modifier and Type | Method and Description |
|---|---|
Pagination<Invoice> |
InvoiceUserApi.getInvoices(java.lang.Long offset,
java.lang.Long limit,
TenantContext context) |
java.util.List<Invoice> |
InvoiceUserApi.getInvoicesByAccount(java.util.UUID accountId,
boolean includesMigrated,
boolean includeVoidedInvoices,
TenantContext context)
Get all invoices for a given account.
|
java.util.List<Invoice> |
InvoiceUserApi.getInvoicesByAccount(java.util.UUID accountId,
org.joda.time.LocalDate fromDate,
boolean includeVoidedInvoices,
TenantContext context)
Find invoices from a given day, for a given account.
|
java.util.Collection<Invoice> |
InvoiceUserApi.getUnpaidInvoicesByAccountId(java.util.UUID accountId,
org.joda.time.LocalDate upToDate,
TenantContext context)
Find unpaid invoices for a given account, up to a given day.
|
Pagination<Invoice> |
InvoiceUserApi.searchInvoices(java.lang.String searchKey,
java.lang.Long offset,
java.lang.Long limit,
TenantContext context)
Find all invoices having their id, number, account id or currency matching the search key
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InvoiceFormatter |
Copyright © 2010-2018. All Rights Reserved.