Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Accounttax.Update |
ShoppingContent.Accounttax.update(BigInteger merchantId,
BigInteger accountId,
AccountTax content)
Updates the tax settings of the account.
|
Constructor and Description |
---|
Update(BigInteger merchantId,
BigInteger accountId,
AccountTax content)
Updates the tax settings of the account.
|
Modifier and Type | Method and Description |
---|---|
AccountTax |
AccountTax.clone() |
AccountTax |
AccounttaxCustomBatchRequestEntry.getAccountTax()
The account tax settings to update.
|
AccountTax |
AccounttaxCustomBatchResponseEntry.getAccountTax()
The retrieved or updated account tax settings.
|
AccountTax |
AccountTax.set(String fieldName,
Object value) |
AccountTax |
AccountTax.setAccountId(BigInteger accountId)
Required.
|
AccountTax |
AccountTax.setKind(String kind)
Identifies what kind of resource this is.
|
AccountTax |
AccountTax.setRules(List<AccountTaxTaxRule> rules)
Tax rules.
|
Modifier and Type | Method and Description |
---|---|
List<AccountTax> |
AccounttaxListResponse.getResources() |
Modifier and Type | Method and Description |
---|---|
AccounttaxCustomBatchRequestEntry |
AccounttaxCustomBatchRequestEntry.setAccountTax(AccountTax accountTax)
The account tax settings to update.
|
AccounttaxCustomBatchResponseEntry |
AccounttaxCustomBatchResponseEntry.setAccountTax(AccountTax accountTax)
The retrieved or updated account tax settings.
|
Modifier and Type | Method and Description |
---|---|
AccounttaxListResponse |
AccounttaxListResponse.setResources(List<AccountTax> resources) |
Copyright © 2011–2024 Google. All rights reserved.