| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static LineItem.TaxCategoryEnum |
LineItem.TaxCategoryEnum.fromValue(String text) |
LineItem.TaxCategoryEnum |
LineItem.getTaxCategory()
Tax category: High, Low, None, Zero
|
LineItem.TaxCategoryEnum |
LineItem.TaxCategoryEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static LineItem.TaxCategoryEnum |
LineItem.TaxCategoryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineItem.TaxCategoryEnum[] |
LineItem.TaxCategoryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItem.setTaxCategory(LineItem.TaxCategoryEnum taxCategory) |
LineItem |
LineItem.taxCategory(LineItem.TaxCategoryEnum taxCategory) |
void |
LineItem.TaxCategoryEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
LineItem.TaxCategoryEnum enumeration) |
Copyright © 2022. All rights reserved.