Uses of Class
com.adyen.enums.VatCategory
-
Packages that use VatCategory Package Description com.adyen.enums com.adyen.model.additionalData -
-
Uses of VatCategory in com.adyen.enums
Methods in com.adyen.enums that return VatCategory Modifier and Type Method Description static VatCategoryVatCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static VatCategory[]VatCategory. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VatCategory in com.adyen.model.additionalData
Methods in com.adyen.model.additionalData that return VatCategory Modifier and Type Method Description VatCategoryInvoiceLine. getVatCategory()Methods in com.adyen.model.additionalData with parameters of type VatCategory Modifier and Type Method Description voidInvoiceLine. setVatCategory(VatCategory vatCategory)
-