Accounttax
class Accounttax extends Resource (View source)
The "accounttax" collection of methods.
Typical usage is:
$contentService = new Google\Service\ShoppingContent(...);
$accounttax = $contentService->accounttax;
Methods
Retrieves and updates tax settings of multiple accounts in a single request.
Retrieves the tax settings of the account. (accounttax.get)
Lists the tax settings of the sub-accounts in your Merchant Center account.
Updates the tax settings of the account. Any fields that are not provided are deleted from the resource. (accounttax.update)
Details
AccounttaxCustomBatchResponse
custombatch(AccounttaxCustomBatchRequest $postBody, array $optParams = [])
Retrieves and updates tax settings of multiple accounts in a single request.
(accounttax.custombatch)
AccountTax
get(string $merchantId, string $accountId, array $optParams = [])
Retrieves the tax settings of the account. (accounttax.get)
AccounttaxListResponse
listAccounttax(string $merchantId, array $optParams = [])
Lists the tax settings of the sub-accounts in your Merchant Center account.
(accounttax.listAccounttax)
AccountTax
update(string $merchantId, string $accountId, AccountTax $postBody, array $optParams = [])
Updates the tax settings of the account. Any fields that are not provided are deleted from the resource. (accounttax.update)