google_api_content v0.30.0 GoogleApi.Content.V2.Model.UnitInvoice View Source
Attributes
additionalCharges(type:list(GoogleApi.Content.V2.Model.UnitInvoiceAdditionalCharge.t), default:nil) - Additional charges for a unit, e.g. shipping costs.promotions(type:list(GoogleApi.Content.V2.Model.Promotion.t), default:nil) - Deprecated.unitPricePretax(type:GoogleApi.Content.V2.Model.Price.t, default:nil) - [required] Price of the unit, before applying taxes.unitPriceTaxes(type:list(GoogleApi.Content.V2.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Content.V2.Model.UnitInvoice{
additionalCharges: [
GoogleApi.Content.V2.Model.UnitInvoiceAdditionalCharge.t()
],
promotions: [GoogleApi.Content.V2.Model.Promotion.t()],
unitPricePretax: GoogleApi.Content.V2.Model.Price.t(),
unitPriceTaxes: [GoogleApi.Content.V2.Model.UnitInvoiceTaxLine.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.