Lines Matching full:tax
82 <p class="firstline">Retrieves and updates tax settings of multiple accounts in a single request.</…
85 <p class="firstline">Retrieves the tax settings of the account.</p>
88 <p class="firstline">Lists the tax settings of the sub-accounts in your Merchant Center account.</p>
94 <p class="firstline">Updates the tax settings of the account. Any fields that are not provided are …
103 <pre>Retrieves and updates tax settings of multiple accounts in a single request.
112 …": "A String", # The ID of the account for which to get/update account tax settings.
113 …"accountTax": { # The tax settings of a merchant account. All methods require the admin …
114 …"A String", # Required. The ID of the account to which these account tax settings belong.
116 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
117 { # Tax calculation rule to apply in a state or province (USA only).
118 "country": "A String", # Country code in which tax is applicable.
119 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
120 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
122 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
144 …ntTax": { # The tax settings of a merchant account. All methods require the admin role. # The…
145 …"A String", # Required. The ID of the account to which these account tax settings belong.
147 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
148 { # Tax calculation rule to apply in a state or province (USA only).
149 "country": "A String", # Country code in which tax is applicable.
150 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
151 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
153 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
178 <pre>Retrieves the tax settings of the account.
182 accountId: string, The ID of the account for which to get/update account tax settings. (required)
191 { # The tax settings of a merchant account. All methods require the admin role.
192 …"A String", # Required. The ID of the account to which these account tax settings belong.
194 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
195 { # Tax calculation rule to apply in a state or province (USA only).
196 "country": "A String", # Country code in which tax is applicable.
197 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
198 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
200 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
208 <pre>Lists the tax settings of the sub-accounts in your Merchant Center account.
212 …maxResults: integer, The maximum number of tax settings to return in the response, used for paging.
224 …uot;: "A String", # The token for the retrieval of the next page of account tax settings.
226 { # The tax settings of a merchant account. All methods require the admin role.
227 …"A String", # Required. The ID of the account to which these account tax settings belong.
229 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
230 { # Tax calculation rule to apply in a state or province (USA only).
231 "country": "A String", # Country code in which tax is applicable.
232 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
233 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
235 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
259 …<pre>Updates the tax settings of the account. Any fields that are not provided are deleted from th…
263 accountId: string, The ID of the account for which to get/update account tax settings. (required)
267 { # The tax settings of a merchant account. All methods require the admin role.
268 …"A String", # Required. The ID of the account to which these account tax settings belong.
270 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
271 { # Tax calculation rule to apply in a state or province (USA only).
272 "country": "A String", # Country code in which tax is applicable.
273 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
274 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
276 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
289 { # The tax settings of a merchant account. All methods require the admin role.
290 …"A String", # Required. The ID of the account to which these account tax settings belong.
292 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
293 { # Tax calculation rule to apply in a state or province (USA only).
294 "country": "A String", # Country code in which tax is applicable.
295 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
296 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
298 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …