Struct google_content2::UnitInvoiceAdditionalCharge[][src]

pub struct UnitInvoiceAdditionalCharge {
    pub additional_charge_amount: Option<Amount>,
    pub type_: Option<String>,
    pub additional_charge_promotions: Option<Vec<Promotion>>,
}

There is no detailed description.

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

Fields

[required] Amount of the additional charge.

[required] Type of the additional charge.

Promotions applied to the additional charge.

Trait Implementations

impl Default for UnitInvoiceAdditionalCharge
[src]

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

impl Clone for UnitInvoiceAdditionalCharge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnitInvoiceAdditionalCharge
[src]

Formats the value using the given formatter. Read more

impl Part for UnitInvoiceAdditionalCharge
[src]

Auto Trait Implementations