The "accounttax" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| custombatch (Google_Service_ShoppingContent_AccounttaxCustomBatchRequest $postBody, $optParams=array()) |
| Retrieves and updates tax settings of multiple accounts in a single request.
|
|
| get ($merchantId, $accountId, $optParams=array()) |
| Retrieves the tax settings of the account.
|
|
| listAccounttax ($merchantId, $optParams=array()) |
| Lists the tax settings of the sub-accounts in your Merchant Center account.
|
|
| patch ($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams=array()) |
| Updates the tax settings of the account.
|
|
| update ($merchantId, $accountId, Google_Service_ShoppingContent_AccountTax $postBody, $optParams=array()) |
| Updates the tax settings of the account.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "accounttax" collection of methods.
Typical usage is: $contentService = new Google_Service_ShoppingContent(...); $accounttax = $contentService->accounttax;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ custombatch()
Retrieves and updates tax settings of multiple accounts in a single request.
(accounttax.custombatch)
- Parameters
-
Google_AccounttaxCustomBatchRequest | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
◆ get()
Google_Service_ShoppingContent_Accounttax_Resource::get |
( |
| $merchantId, |
|
|
| $accountId, |
|
|
| $optParams = array() ) |
Retrieves the tax settings of the account.
(accounttax.get)
- Parameters
-
string | $merchantId | The ID of the managing account. |
string | $accountId | The ID of the account for which to get/update account tax settings. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listAccounttax()
Google_Service_ShoppingContent_Accounttax_Resource::listAccounttax |
( |
| $merchantId, |
|
|
| $optParams = array() ) |
Lists the tax settings of the sub-accounts in your Merchant Center account.
(accounttax.listAccounttax)
- Parameters
-
string | $merchantId | The ID of the managing account. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The token returned by the previous request. @opt_param string maxResults The maximum number of tax settings to return in the response, used for paging.
- Return values
-
◆ patch()
Updates the tax settings of the account.
This method supports patch semantics. (accounttax.patch)
- Parameters
-
string | $merchantId | The ID of the managing account. |
string | $accountId | The ID of the account for which to get/update account tax settings. |
Google_AccountTax | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
◆ update()
Updates the tax settings of the account.
(accounttax.update)
- Parameters
-
string | $merchantId | The ID of the managing account. |
string | $accountId | The ID of the account for which to get/update account tax settings. |
Google_AccountTax | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/ShoppingContent.php