content
v2.1
|
The "accounttax" collection of methods. More...
Classes | |
class | CustombatchRequest |
Retrieves and updates tax settings of multiple accounts in a single request. More... | |
class | GetRequest |
Retrieves the tax settings of the account. More... | |
class | ListRequest |
Lists the tax settings of the sub-accounts in your Merchant Center account. More... | |
class | UpdateRequest |
Updates the tax settings of the account. More... | |
Public Member Functions | |
AccounttaxResource (Google.Apis.Services.IClientService service) | |
Constructs a new resource. More... | |
virtual CustombatchRequest | Custombatch (Google.Apis.ShoppingContent.v2_1.Data.AccounttaxCustomBatchRequest body) |
Retrieves and updates tax settings of multiple accounts in a single request. More... | |
virtual GetRequest | Get (ulong merchantId, ulong accountId) |
Retrieves the tax settings of the account. More... | |
virtual ListRequest | List (ulong merchantId) |
Lists the tax settings of the sub-accounts in your Merchant Center account. More... | |
virtual UpdateRequest | Update (Google.Apis.ShoppingContent.v2_1.Data.AccountTax body, ulong merchantId, ulong accountId) |
Updates the tax settings of the account. More... | |
The "accounttax" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Retrieves and updates tax settings of multiple accounts in a single request.
body | The body of the request. |
|
inlinevirtual |
Retrieves the tax settings of the account.
merchantId | The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account. |
accountId | The ID of the account for which to get/update account tax settings. |
|
inlinevirtual |
Lists the tax settings of the sub-accounts in your Merchant Center account.
merchantId | The ID of the managing account. This must be a multi-client account. |
|
inlinevirtual |
Updates the tax settings of the account.
body | The body of the request. |
merchantId | The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account. |
accountId | The ID of the account for which to get/update account tax settings. |