| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.myaccount.event | |
| biz.turnonline.ecosystem.widget.shared.rest.account |
| Modifier and Type | Method and Description |
|---|---|
InvoicingConfig |
SaveInvoicingEvent.getInvoicing() |
| Constructor and Description |
|---|
SaveInvoicingEvent(InvoicingConfig invoicing) |
| Modifier and Type | Method and Description |
|---|---|
InvoicingConfig |
InvoicingConfig.currency(String currency)
The currency code (alphabetic code) based on the ISO 4217.
|
InvoicingConfig |
Account.getInvoicing() |
InvoicingConfig |
InvoicingConfig.hasBillingAddress(Boolean hasBillingAddress)
If true, the billing address is not same as the company address and must be provided.
|
InvoicingConfig |
InvoicingConfig.numberOfDays(Integer numberOfDays)
The default value of number of days for calculation of the invoice due date.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.invoicing(InvoicingConfig invoicing)
The set of default invoicing rules.
|
void |
Account.setInvoicing(InvoicingConfig invoicing) |
boolean |
Account.setInvoicingIf(InvoicingConfig invoicing) |
void |
AccountStewardFacade.update(String loginId,
InvoicingConfig invoicing,
FacadeCallback<InvoicingConfig> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStewardFacade.getInvoicingConfig(String loginId,
FacadeCallback<InvoicingConfig> callback) |
void |
AccountStewardFacade.update(String loginId,
InvoicingConfig invoicing,
FacadeCallback<InvoicingConfig> callback) |
Copyright © 2020. All rights reserved.