google_api_content v0.22.0 GoogleApi.Content.V2.Model.AccountTax View Source
The tax settings of a merchant account. All methods require the admin role.
Attributes
accountId
(type:String.t
, default:nil
) - The ID of the account to which these account tax settings belong.kind
(type:String.t
, default:content#accountTax
) - 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Content.V2.Model.AccountTax{ accountId: String.t(), kind: String.t(), rules: [GoogleApi.Content.V2.Model.AccountTaxTaxRule.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.