Struct google_qpxexpress1::TaxData[][src]

pub struct TaxData {
    pub kind: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Tax data.

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

Fields

Identifies this as a tax data object, representing some tax. Value: the fixed string qpxexpress#taxData.

An identifier uniquely identifying a tax in a response.

The name of a tax.

Trait Implementations

impl Default for TaxData
[src]

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

impl Clone for TaxData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TaxData
[src]

Formats the value using the given formatter. Read more

impl Part for TaxData
[src]

Auto Trait Implementations

impl Send for TaxData

impl Sync for TaxData