| Package | Description |
|---|---|
| org.killbill.billing.invoice.api |
| Modifier and Type | Method and Description |
|---|---|
List<InvoicePayment> |
InvoicePaymentApi.getInvoicePayments(UUID paymentId,
TenantContext context) |
List<InvoicePayment> |
InvoicePaymentApi.getInvoicePaymentsByAccount(UUID accountId,
TenantContext context) |
List<InvoicePayment> |
Invoice.getPayments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Invoice.addPayment(InvoicePayment payment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Invoice.addPayments(Collection<InvoicePayment> payments) |
Copyright © 2010-2014. All Rights Reserved.