| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
UnitInvoiceTaxLine |
UnitInvoiceTaxLine.clone() |
UnitInvoiceTaxLine |
UnitInvoiceTaxLine.set(String fieldName,
Object value) |
UnitInvoiceTaxLine |
UnitInvoiceTaxLine.setTaxAmount(Price taxAmount)
[required] Tax amount for the tax type.
|
UnitInvoiceTaxLine |
UnitInvoiceTaxLine.setTaxName(String taxName)
Optional name of the tax type.
|
UnitInvoiceTaxLine |
UnitInvoiceTaxLine.setTaxType(String taxType)
[required] Type of the tax.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnitInvoiceTaxLine> |
UnitInvoice.getUnitPriceTaxes()
Tax amounts to apply to the unit price.
|
| Modifier and Type | Method and Description |
|---|---|
UnitInvoice |
UnitInvoice.setUnitPriceTaxes(List<UnitInvoiceTaxLine> unitPriceTaxes)
Tax amounts to apply to the unit price.
|
Copyright © 2011–2024 Google. All rights reserved.