CalStorePriceInfo Class Reference

Inherits from NSObject
Declared in CalStorePriceInfo.h

Overview

Has price information about an in-app purchase.

Getting Price information

  price

The price as a decimal number.

@property (nonatomic, readonly) NSDecimalNumber *price

Declared In

CalStorePriceInfo.h

  priceLocale

The local that the price is for and should be presented in.

@property (nonatomic, readonly) NSLocale *priceLocale

Declared In

CalStorePriceInfo.h

Displaying

  localizedDisplayPrice

A string representation for the given price and local. Can be presented in UI directly.

@property (nonatomic, readonly) NSString *localizedDisplayPrice

Declared In

CalStorePriceInfo.h