docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/content_v2.accounttax.html b/docs/dyn/content_v2.accounttax.html
index e03c522..fb67208 100644
--- a/docs/dyn/content_v2.accounttax.html
+++ b/docs/dyn/content_v2.accounttax.html
@@ -109,23 +109,23 @@
{
"entries": [ # The request entries to be processed in the batch.
{ # A batch entry encoding a single non-batch accounttax request.
+ "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`" - "`update`"
+ "merchantId": "A String", # The ID of the managing account.
+ "accountId": "A String", # The ID of the account for which to get/update account tax settings.
"accountTax": { # The tax settings of a merchant account. All methods require the admin role. # The account tax settings to update. Only defined if the method is `update`.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountTax".
"rules": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
{ # Tax calculation rule to apply in a state or province (USA only).
- "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"ratePercent": "A String", # Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
- "shippingTaxed": True or False, # If true, shipping charges are also taxed.
"country": "A String", # Country code in which tax is applicable.
+ "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table or specified explicitly.
+ "shippingTaxed": True or False, # If true, shipping charges are also taxed.
},
],
"accountId": "A String", # Required. The ID of the account to which these account tax settings belong.
},
- "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`" - "`update`"
"batchId": 42, # An entry ID, unique within the batch request.
- "accountId": "A String", # The ID of the account for which to get/update account tax settings.
- "merchantId": "A String", # The ID of the managing account.
},
],
}
@@ -140,37 +140,37 @@
An object of the form:
{
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accounttaxCustomBatchResponse".
"entries": [ # The result of the execution of the batch requests.
{ # A batch entry encoding a single non-batch accounttax response.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accounttaxCustomBatchResponseEntry`"
+ "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
+ "code": 42, # The HTTP status of the first error in `errors`.
+ "errors": [ # A list of errors.
+ { # An error returned by the API.
+ "reason": "A String", # The error code.
+ "domain": "A String", # The domain of the error.
+ "message": "A String", # A description of the error.
+ },
+ ],
+ "message": "A String", # The message of the first error in `errors`.
+ },
+ "batchId": 42, # The ID of the request entry this entry responds to.
"accountTax": { # The tax settings of a merchant account. All methods require the admin role. # The retrieved or updated account tax settings.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountTax".
"rules": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
{ # Tax calculation rule to apply in a state or province (USA only).
- "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"ratePercent": "A String", # Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
- "shippingTaxed": True or False, # If true, shipping charges are also taxed.
"country": "A String", # Country code in which tax is applicable.
+ "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table or specified explicitly.
+ "shippingTaxed": True or False, # If true, shipping charges are also taxed.
},
],
"accountId": "A String", # Required. The ID of the account to which these account tax settings belong.
},
- "batchId": 42, # The ID of the request entry this entry responds to.
- "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
- "errors": [ # A list of errors.
- { # An error returned by the API.
- "domain": "A String", # The domain of the error.
- "message": "A String", # A description of the error.
- "reason": "A String", # The error code.
- },
- ],
- "message": "A String", # The message of the first error in `errors`.
- "code": 42, # The HTTP status of the first error in `errors`.
- },
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accounttaxCustomBatchResponseEntry`"
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accounttaxCustomBatchResponse".
}</pre>
</div>
@@ -193,11 +193,11 @@
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountTax".
"rules": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
{ # Tax calculation rule to apply in a state or province (USA only).
- "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"ratePercent": "A String", # Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
- "shippingTaxed": True or False, # If true, shipping charges are also taxed.
"country": "A String", # Country code in which tax is applicable.
+ "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table or specified explicitly.
+ "shippingTaxed": True or False, # If true, shipping charges are also taxed.
},
],
"accountId": "A String", # Required. The ID of the account to which these account tax settings belong.
@@ -221,23 +221,23 @@
An object of the form:
{
+ "nextPageToken": "A String", # The token for the retrieval of the next page of account tax settings.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accounttaxListResponse".
"resources": [
{ # The tax settings of a merchant account. All methods require the admin role.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountTax".
"rules": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
{ # Tax calculation rule to apply in a state or province (USA only).
- "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"ratePercent": "A String", # Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
- "shippingTaxed": True or False, # If true, shipping charges are also taxed.
"country": "A String", # Country code in which tax is applicable.
+ "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table or specified explicitly.
+ "shippingTaxed": True or False, # If true, shipping charges are also taxed.
},
],
"accountId": "A String", # Required. The ID of the account to which these account tax settings belong.
},
],
- "nextPageToken": "A String", # The token for the retrieval of the next page of account tax settings.
}</pre>
</div>
@@ -269,11 +269,11 @@
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountTax".
"rules": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
{ # Tax calculation rule to apply in a state or province (USA only).
- "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"ratePercent": "A String", # Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
- "shippingTaxed": True or False, # If true, shipping charges are also taxed.
"country": "A String", # Country code in which tax is applicable.
+ "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table or specified explicitly.
+ "shippingTaxed": True or False, # If true, shipping charges are also taxed.
},
],
"accountId": "A String", # Required. The ID of the account to which these account tax settings belong.
@@ -292,11 +292,11 @@
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountTax".
"rules": [ # Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.
{ # Tax calculation rule to apply in a state or province (USA only).
- "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"ratePercent": "A String", # Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
- "shippingTaxed": True or False, # If true, shipping charges are also taxed.
"country": "A String", # Country code in which tax is applicable.
+ "locationId": "A String", # Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
"useGlobalRate": True or False, # Whether the tax rate is taken from a global tax table or specified explicitly.
+ "shippingTaxed": True or False, # If true, shipping charges are also taxed.
},
],
"accountId": "A String", # Required. The ID of the account to which these account tax settings belong.