price
The cost of the product in the local currency.
Declaration
var price: NSDecimalNumber { get }Discussion
Your app can format the price using a number formatter, as shown in the following sample code:
The cost of the product in the local currency.
var price: NSDecimalNumber { get }Your app can format the price using a number formatter, as shown in the following sample code: