Struct google_qpxexpress1::TaxInfo [] [src]

pub struct TaxInfo {
    pub kind: Option<String>,
    pub code: Option<String>,
    pub sale_price: Option<String>,
    pub charge_type: Option<String>,
    pub country: Option<String>,
    pub id: Option<String>,
}

Tax information.

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

Fields

Identifies this as a tax information object. Value: the fixed string qpxexpress#taxInfo.

The code to enter in the ticket's tax box.

The price of the tax in the sales or equivalent currency.

Whether this is a government charge or a carrier surcharge.

For government charges, the country levying the charge.

Identifier uniquely identifying this tax in a response. Not present for unnamed carrier surcharges.

Trait Implementations

impl Debug for TaxInfo
[src]

Formats the value using the given formatter.

impl Clone for TaxInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TaxInfo
[src]

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

impl Part for TaxInfo
[src]