google_api_content v0.4.0 GoogleApi.Content.V2.Model.UnitInvoice View Source
Attributes
- additionalCharges ([UnitInvoiceAdditionalCharge]): Additional charges for a unit, e.g. shipping costs. Defaults to:
null
. - promotions ([Promotion]): Promotions applied to a unit. Defaults to:
null
. - unitPricePretax (Price): [required] Price of the unit, before applying taxes. Defaults to:
null
. - unitPriceTaxes ([UnitInvoiceTaxLine]): Tax amounts to apply to the unit price. Defaults to:
null
.
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 Source
t()
View Source
t() :: %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()]
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.