• Home
  • Raw
  • Download

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 …&quot;: &quot;A String&quot;, # The ID of the account for which to get/update account tax settings.
113 …&quot;accountTax&quot;: { # The tax settings of a merchant account. All methods require the admin …
114 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
116 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
119 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
120 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
122 …&quot;useGlobalRate&quot;: True or False, # Whether the tax rate is taken from a global tax table …
145 …ntTax&quot;: { # The tax settings of a merchant account. All methods require the admin role. # The…
146 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
148 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
151 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
152 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
154 …&quot;useGlobalRate&quot;: 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
195 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
198 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
199 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
201 …&quot;useGlobalRate&quot;: 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;: &quot;A String&quot;, # 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
230 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
233 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
234 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
236 …&quot;useGlobalRate&quot;: 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
271 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
274 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
275 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
277 …&quot;useGlobalRate&quot;: 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
294 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
297 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
298 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
300 …&quot;useGlobalRate&quot;: True or False, # Whether the tax rate is taken from a global tax table …