Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
AccountTaxTaxRule |
AccountTaxTaxRule.clone() |
AccountTaxTaxRule |
AccountTaxTaxRule.set(String fieldName,
Object value) |
AccountTaxTaxRule |
AccountTaxTaxRule.setCountry(String country)
Country code in which tax is applicable.
|
AccountTaxTaxRule |
AccountTaxTaxRule.setLocationId(BigInteger locationId)
Required.
|
AccountTaxTaxRule |
AccountTaxTaxRule.setRatePercent(String ratePercent)
Explicit tax rate in percent, represented as a floating point number without the percentage
character.
|
AccountTaxTaxRule |
AccountTaxTaxRule.setShippingTaxed(Boolean shippingTaxed)
If true, shipping charges are also taxed.
|
AccountTaxTaxRule |
AccountTaxTaxRule.setUseGlobalRate(Boolean useGlobalRate)
Whether the tax rate is taken from a global tax table or specified explicitly.
|
Modifier and Type | Method and Description |
---|---|
List<AccountTaxTaxRule> |
AccountTax.getRules()
Tax rules.
|
Modifier and Type | Method and Description |
---|---|
AccountTax |
AccountTax.setRules(List<AccountTaxTaxRule> rules)
Tax rules.
|
Copyright © 2011–2024 Google. All rights reserved.