• 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 …
144 …ntTax&quot;: { # The tax settings of a merchant account. All methods require the admin role. # The…
145 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
147 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
150 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
151 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
153 …&quot;useGlobalRate&quot;: 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
194 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
197 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
198 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
200 …&quot;useGlobalRate&quot;: 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;: &quot;A String&quot;, # 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
229 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
232 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
233 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
235 …&quot;useGlobalRate&quot;: 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
270 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
273 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
274 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
276 …&quot;useGlobalRate&quot;: 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 …&quot;A String&quot;, # Required. The ID of the account to which these account tax settings belong.
292 …es&quot;: [ # 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 &quot;country&quot;: &quot;A String&quot;, # Country code in which tax is applicable.
295 …&quot;: &quot;A String&quot;, # Required. State (or province) is which the tax is applicable, desc…
296 …&quot;ratePercent&quot;: &quot;A String&quot;, # Explicit tax rate in percent, represented as a fl…
298 …&quot;useGlobalRate&quot;: True or False, # Whether the tax rate is taken from a global tax table …