google_api_content v0.4.0 GoogleApi.Content.V2.Model.AccountTax View Source
The tax settings of a merchant account. All methods require the admin role.
Attributes
- accountId (String.t): The ID of the account to which these account tax settings belong. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "content#accountTax". Defaults to:
null
. - rules ([AccountTaxTaxRule]): Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Content.V2.Model.AccountTax{
accountId: any(),
kind: any(),
rules: [GoogleApi.Content.V2.Model.AccountTaxTaxRule.t()]
}
t() :: %GoogleApi.Content.V2.Model.AccountTax{ accountId: any(), kind: any(), rules: [GoogleApi.Content.V2.Model.AccountTaxTaxRule.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.