Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
UnitInvoice |
UnitInvoice.clone() |
UnitInvoice |
ShipmentInvoiceLineItemInvoice.getUnitInvoice()
[required] Invoice details for a single unit.
|
UnitInvoice |
UnitInvoice.set(String fieldName,
Object value) |
UnitInvoice |
UnitInvoice.setAdditionalCharges(List<UnitInvoiceAdditionalCharge> additionalCharges)
Additional charges for a unit, e.g.
|
UnitInvoice |
UnitInvoice.setPromotions(List<Promotion> promotions)
Deprecated.
|
UnitInvoice |
UnitInvoice.setUnitPricePretax(Price unitPricePretax)
[required] Price of the unit, before applying taxes.
|
UnitInvoice |
UnitInvoice.setUnitPriceTaxes(List<UnitInvoiceTaxLine> unitPriceTaxes)
Tax amounts to apply to the unit price.
|
Modifier and Type | Method and Description |
---|---|
ShipmentInvoiceLineItemInvoice |
ShipmentInvoiceLineItemInvoice.setUnitInvoice(UnitInvoice unitInvoice)
[required] Invoice details for a single unit.
|
Copyright © 2011–2021 Google. All rights reserved.