Uses of Class
com.adyen.model.checkout.LineItem.TaxCategoryEnum
-
Packages that use LineItem.TaxCategoryEnum Package Description com.adyen.model.checkout -
-
Uses of LineItem.TaxCategoryEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return LineItem.TaxCategoryEnum Modifier and Type Method Description static LineItem.TaxCategoryEnumLineItem.TaxCategoryEnum. fromValue(String text)LineItem.TaxCategoryEnumLineItem.TaxCategoryEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static LineItem.TaxCategoryEnumLineItem.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.Methods in com.adyen.model.checkout with parameters of type LineItem.TaxCategoryEnum Modifier and Type Method Description voidLineItem.TaxCategoryEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, LineItem.TaxCategoryEnum enumeration)
-