Uses of Class
com.xero.models.appstore.Product.TypeEnum
-
Packages that use Product.TypeEnum Package Description com.xero.models.appstore -
-
Uses of Product.TypeEnum in com.xero.models.appstore
Methods in com.xero.models.appstore that return Product.TypeEnum Modifier and Type Method Description static Product.TypeEnumProduct.TypeEnum. fromValue(String value)fromValueProduct.TypeEnumProduct. getType()The pricing model of the product: * FIXED: Customers are charged a fixed amount for each billing period * PER_SEAT: Customers are charged based on the number of units they purchasestatic Product.TypeEnumProduct.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Product.TypeEnum[]Product.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.appstore with parameters of type Product.TypeEnum Modifier and Type Method Description voidProduct. setType(Product.TypeEnum type)The pricing model of the product: * FIXED: Customers are charged a fixed amount for each billing period * PER_SEAT: Customers are charged based on the number of units they purchaseProductProduct. type(Product.TypeEnum type)The pricing model of the product: * FIXED: Customers are charged a fixed amount for each billing period * PER_SEAT: Customers are charged based on the number of units they purchase
-