Struct google_content2_sandbox::InvoiceSummaryAdditionalChargeSummary[][src]

pub struct InvoiceSummaryAdditionalChargeSummary {
    pub total_amount: Option<Amount>,
    pub type_: Option<String>,
}

There is no detailed description.

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

Fields

[required] Total additional charge for this type.

[required] Type of the additional charge.

Trait Implementations

impl Default for InvoiceSummaryAdditionalChargeSummary
[src]

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

impl Clone for InvoiceSummaryAdditionalChargeSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InvoiceSummaryAdditionalChargeSummary
[src]

Formats the value using the given formatter. Read more

impl Part for InvoiceSummaryAdditionalChargeSummary
[src]

Auto Trait Implementations