CalStorePriceInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | CalStorePriceInfo.h |
Getting Price information
price
The price as a decimal number.
@property (nonatomic, readonly) NSDecimalNumber *priceDeclared In
CalStorePriceInfo.h
priceLocale
The local that the price is for and should be presented in.
@property (nonatomic, readonly) NSLocale *priceLocaleDeclared In
CalStorePriceInfo.h
Displaying
localizedDisplayPrice
A string representation for the given price and local. Can be presented in UI directly.
@property (nonatomic, readonly) NSString *localizedDisplayPriceDeclared In
CalStorePriceInfo.h