| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<TaxCreate> |
LineItemCreate.taxes |
| Modifier and Type | Method and Description |
|---|---|
TaxCreate |
TaxCreate.rate(BigDecimal rate) |
TaxCreate |
TaxCreate.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<TaxCreate> |
LineItemCreate.getTaxes()
A set of tax lines, each of which specifies a tax applied to the item.
|
| Modifier and Type | Method and Description |
|---|---|
LineItemCreate |
LineItemCreate.addTaxesItem(TaxCreate taxesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineItemCreate.setTaxes(List<TaxCreate> taxes) |
LineItemCreate |
LineItemCreate.taxes(List<TaxCreate> taxes) |
Copyright © 2024. All rights reserved.