Uses of Class
com.xero.models.appstore.Product
-
Packages that use Product Package Description com.xero.models.appstore -
-
Uses of Product in com.xero.models.appstore
Methods in com.xero.models.appstore that return Product Modifier and Type Method Description ProductSubscriptionItem. getProduct()Get productProductProduct. id(UUID id)The unique identifier for the productProductProduct. name(String name)The name of the productProductProduct. 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 purchaseMethods in com.xero.models.appstore with parameters of type Product Modifier and Type Method Description SubscriptionItemSubscriptionItem. product(Product product)productvoidSubscriptionItem. setProduct(Product product)product
-