| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| Modifier and Type | Method and Description |
|---|---|
BillPayment |
IncomingInvoice.getPayment() |
BillPayment |
Invoice.getPayment()
Payment instruction for the debtor, all of the necessary information to make a payment.
|
BillPayment |
Expense.getPayment()
Expense payment details.
|
BillPayment |
BillPayment.setBankAccount(BankAccount bankAccount) |
BillPayment |
BillPayment.setDueDate(Date dueDate) |
BillPayment |
BillPayment.setKey(String key) |
BillPayment |
BillPayment.setTotalAmount(Double totalAmount) |
BillPayment |
BillPayment.setType(String type) |
BillPayment |
BillPayment.setVariableSymbol(Long variableSymbol) |
| Modifier and Type | Method and Description |
|---|---|
IncomingInvoice |
IncomingInvoice.setPayment(BillPayment payment) |
Invoice |
Invoice.setPayment(BillPayment payment) |
Expense |
Expense.setPayment(BillPayment payment) |
boolean |
Invoice.setPaymentIf(BillPayment payment) |
Copyright © 2023. All rights reserved.