google_api_content v0.11.0 GoogleApi.Content.V2.Model.AccountTaxTaxRule View Source
Tax calculation rule to apply in a state or province (USA only).
Attributes
country
(type:String.t
, default:nil
) - Country code in which tax is applicable.locationId
(type:String.t
, default:nil
) - State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).ratePercent
(type:String.t
, default:nil
) - Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.shippingTaxed
(type:boolean()
, default:nil
) - If true, shipping charges are also taxed.useGlobalRate
(type:boolean()
, default:nil
) - Whether the tax rate is taken from a global tax table or specified explicitly.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.