Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ListAccountTaxResponse.
Response to account tax list request This method can only be called on a multi-client account, otherwise it'll return an error.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.ListAccountTaxResponse
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ account_taxes |
array<Google\Shopping\Merchant\Accounts\V1beta\AccountTax>
Page of accounttax settings |
↳ next_page_token |
string
The token for the retrieval of the next page of account tax settings. |
getAccountTaxes
Page of accounttax settings
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAccountTaxes
Page of accounttax settings
Parameter | |
---|---|
Name | Description |
var |
array<Google\Shopping\Merchant\Accounts\V1beta\AccountTax>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The token for the retrieval of the next page of account tax settings.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The token for the retrieval of the next page of account tax settings.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |