Uses of Enum
com.xero.models.appstore.Product.TypeEnum
Packages that use Product.TypeEnum
-
Uses of Product.TypeEnum in com.xero.models.appstore
Methods in com.xero.models.appstore that return Product.TypeEnumModifier and TypeMethodDescriptionstatic Product.TypeEnumfromValueProduct.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 purchase * METERED: Customers are charged per use of this productstatic Product.TypeEnumReturns 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.TypeEnumModifier and TypeMethodDescriptionvoidProduct.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 purchase * METERED: Customers are charged per use of this productProduct.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 * METERED: Customers are charged per use of this product