| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
Tax |
GoogleBaseAttributesExtension.getTaxAttribute(String name)
Gets the first value of a specific attribute, as a
Tax. |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Tax> |
GoogleBaseAttributesExtension.getTax()
Gets tax attributes.
|
List<? extends Tax> |
GoogleBaseAttributesExtension.getTaxAttributes(String name)
Gets all the values of a specific attribute, as a list of
Taxs. |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleBaseAttributesExtension.addTax(Tax tax)
Adds tax attribute.
|
void |
GoogleBaseAttributesExtension.addTaxAttribute(String name,
Tax tax)
Adds an attribute of type
GoogleBaseAttributeType.TAX. |
Copyright © 2012. All Rights Reserved.