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 …
145 …ntTax": { # The tax settings of a merchant account. All methods require the admin role. # The…
146 …"A String", # Required. The ID of the account to which these account tax settings belong.
148 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
149 { # Tax calculation rule to apply in a state or province (USA only).
150 "country": "A String", # Country code in which tax is applicable.
151 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
152 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
154 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
179 <pre>Retrieves the tax settings of the account.
183 accountId: string, The ID of the account for which to get/update account tax settings. (required)
192 { # The tax settings of a merchant account. All methods require the admin role.
193 …"A String", # Required. The ID of the account to which these account tax settings belong.
195 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
196 { # Tax calculation rule to apply in a state or province (USA only).
197 "country": "A String", # Country code in which tax is applicable.
198 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
199 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
201 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
209 <pre>Lists the tax settings of the sub-accounts in your Merchant Center account.
213 …maxResults: integer, The maximum number of tax settings to return in the response, used for paging.
225 …uot;: "A String", # The token for the retrieval of the next page of account tax settings.
227 { # The tax settings of a merchant account. All methods require the admin role.
228 …"A String", # Required. The ID of the account to which these account tax settings belong.
230 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
231 { # Tax calculation rule to apply in a state or province (USA only).
232 "country": "A String", # Country code in which tax is applicable.
233 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
234 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
236 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
260 …<pre>Updates the tax settings of the account. Any fields that are not provided are deleted from th…
264 accountId: string, The ID of the account for which to get/update account tax settings. (required)
268 { # The tax settings of a merchant account. All methods require the admin role.
269 …"A String", # Required. The ID of the account to which these account tax settings belong.
271 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
272 { # Tax calculation rule to apply in a state or province (USA only).
273 "country": "A String", # Country code in which tax is applicable.
274 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
275 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
277 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …
291 { # The tax settings of a merchant account. All methods require the admin role.
292 …"A String", # Required. The ID of the account to which these account tax settings belong.
294 …es": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no…
295 { # Tax calculation rule to apply in a state or province (USA only).
296 "country": "A String", # Country code in which tax is applicable.
297 …": "A String", # Required. State (or province) is which the tax is applicable, desc…
298 …"ratePercent": "A String", # Explicit tax rate in percent, represented as a fl…
300 …"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table …