Uses of Class
com.xero.models.appstore.Price
-
Packages that use Price Package Description com.xero.models.appstore -
-
Uses of Price in com.xero.models.appstore
Methods in com.xero.models.appstore that return Price Modifier and Type Method Description PricePrice. amount(Double amount)The net (before tax) amount.PricePrice. currency(String currency)The currency of the price.PriceSubscriptionItem. getPrice()Get pricePricePrice. id(UUID id)The unique identifier of the price.Methods in com.xero.models.appstore with parameters of type Price Modifier and Type Method Description SubscriptionItemSubscriptionItem. price(Price price)pricevoidSubscriptionItem. setPrice(Price price)price
-