Struct google_content2_sandbox::UnitInvoiceTaxLine[][src]

pub struct UnitInvoiceTaxLine {
    pub tax_type: Option<String>,
    pub tax_amount: Option<Price>,
    pub tax_name: 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] Type of the tax.

[required] Tax amount for the tax type.

Optional name of the tax type. This should only be provided if taxType is otherFeeTax.

Trait Implementations

impl Default for UnitInvoiceTaxLine
[src]

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

impl Clone for UnitInvoiceTaxLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnitInvoiceTaxLine
[src]

Formats the value using the given formatter. Read more

impl Part for UnitInvoiceTaxLine
[src]

Auto Trait Implementations