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