GoogleApi.Content.V21.Model.UnitInvoice (google_api_content v0.49.0) View Source
Attributes
-
additionalCharges(type:list(GoogleApi.Content.V21.Model.UnitInvoiceAdditionalCharge.t), default:nil) - Additional charges for a unit, e.g. shipping costs. -
unitPrice(type:GoogleApi.Content.V21.Model.Price.t, default:nil) - [required] Pre-tax or post-tax price of the unit depending on the locality of the order. -
unitPriceTaxes(type:list(GoogleApi.Content.V21.Model.UnitInvoiceTaxLine.t), default:nil) - Tax amounts to apply to the unit price.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.UnitInvoice{
additionalCharges: [
GoogleApi.Content.V21.Model.UnitInvoiceAdditionalCharge.t()
],
unitPrice: GoogleApi.Content.V21.Model.Price.t(),
unitPriceTaxes: [GoogleApi.Content.V21.Model.UnitInvoiceTaxLine.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.