GoogleApi.Content.V2.Model.AccountTax (google_api_content v0.52.0) View Source
The tax settings of a merchant account. All methods require the admin role.
Attributes
-
accountId
(type:String.t
, default:nil
) - Required. The ID of the account to which these account tax settings belong. -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string "content#accountTax". -
rules
(type:list(GoogleApi.Content.V2.Model.AccountTaxTaxRule.t)
, default:nil
) - Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V2.Model.AccountTax{ accountId: String.t(), kind: String.t(), rules: [GoogleApi.Content.V2.Model.AccountTaxTaxRule.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.