public class ShoppingContent.Accounttax extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Accounttax.Custombatch |
class |
ShoppingContent.Accounttax.Get |
class |
ShoppingContent.Accounttax.List |
class |
ShoppingContent.Accounttax.Update |
Constructor and Description |
---|
Accounttax() |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Accounttax.Custombatch |
custombatch(AccounttaxCustomBatchRequest content)
Retrieves and updates tax settings of multiple accounts in a single request.
|
ShoppingContent.Accounttax.Get |
get(BigInteger merchantId,
BigInteger accountId)
Retrieves the tax settings of the account.
|
ShoppingContent.Accounttax.List |
list(BigInteger merchantId)
Lists the tax settings of the sub-accounts in your Merchant Center account.
|
ShoppingContent.Accounttax.Update |
update(BigInteger merchantId,
BigInteger accountId,
AccountTax content)
Updates the tax settings of the account.
|
public ShoppingContent.Accounttax.Custombatch custombatch(AccounttaxCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the AccounttaxCustomBatchRequest
IOException
public ShoppingContent.Accounttax.Get get(BigInteger merchantId, BigInteger accountId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.IOException
public ShoppingContent.Accounttax.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.merchantId
- The ID of the managing account. This must be a multi-client account.IOException
public ShoppingContent.Accounttax.Update update(BigInteger merchantId, BigInteger accountId, AccountTax content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.content
- the AccountTax
IOException
Copyright © 2011–2024 Google. All rights reserved.