Struct google_content2::UnitInvoice[][src]

pub struct UnitInvoice {
    pub promotions: Option<Vec<Promotion>>,
    pub unit_price_pretax: Option<Price>,
    pub unit_price_taxes: Option<Vec<UnitInvoiceTaxLine>>,
    pub additional_charges: Option<Vec<UnitInvoiceAdditionalCharge>>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Promotions applied to a unit.

[required] Price of the unit, before applying taxes.

Tax amounts to apply to the unit price.

Additional charges for a unit, e.g. shipping costs.

Trait Implementations

impl Default for UnitInvoice
[src]

Returns the "default value" for a type. Read more

impl Clone for UnitInvoice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnitInvoice
[src]

Formats the value using the given formatter. Read more

impl Part for UnitInvoice
[src]

Auto Trait Implementations

impl Send for UnitInvoice

impl Sync for UnitInvoice