Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ProductTax |
ProductTax.clone() |
ProductTax |
ProductTax.set(String fieldName,
Object value) |
ProductTax |
ProductTax.setCountry(String country)
The country within which the item is taxed, specified as a CLDR territory code.
|
ProductTax |
ProductTax.setLocationId(Long locationId)
The numeric ID of a location that the tax rate applies to as defined in the Google Ads API.
|
ProductTax |
ProductTax.setPostalCode(String postalCode)
The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code
prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal
length.
|
ProductTax |
ProductTax.setRate(Double rate)
The percentage of tax rate that applies to the item price.
|
ProductTax |
ProductTax.setRegion(String region)
The geographic region to which the tax rate applies.
|
ProductTax |
ProductTax.setTaxShip(Boolean taxShip)
Should be set to true if tax is charged on shipping.
|
Modifier and Type | Method and Description |
---|---|
List<ProductTax> |
Product.getTaxes()
Tax information.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setTaxes(List<ProductTax> taxes)
Tax information.
|
Copyright © 2011–2024 Google. All rights reserved.