Struct google_content2::AccountTax[][src]

pub struct AccountTax {
    pub rules: Option<Vec<AccountTaxTaxRule>>,
    pub kind: Option<String>,
    pub account_id: Option<String>,
}

The tax settings of a merchant account.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.

Identifies what kind of resource this is. Value: the fixed string "content#accountTax".

The ID of the account to which these account tax settings belong.

Trait Implementations

impl Default for AccountTax
[src]

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

impl Clone for AccountTax
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountTax
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AccountTax
[src]

impl ResponseResult for AccountTax
[src]

Auto Trait Implementations

impl Send for AccountTax

impl Sync for AccountTax