INPriceRange
Price information, as a range of possible values.
Declaration
class INPriceRangeOverview
An INPriceRange object encapsulates pricing information for a response that involves a charge for services. Price range objects can specify an exact price, a minimum price, a maximum price, or a specific price range.
You create price range objects when providing a response that includes pricing information. Use the price range objects to offer a quote on the cost of the services you are providing, to specify price tiers for services, or to specify more specific pricing information. The information you provide is displayed to the user in appropriate places.
Topics
Creating a Price Range Object
init(price:currencyCode:)init(firstPrice:secondPrice:currencyCode:)init(maximumPrice:currencyCode:)init(minimumPrice:currencyCode:)