localizedMultipliedPrice property

String? localizedMultipliedPrice
final

iOS only

If a product has multiple units, this will be the total price the user pays, calculated by taking the per unit price and multiplying by the number of periods. Localization adds the correct currency symbol. An example would be a weekly rate of $6.93 that comes from 7 units of $0.99 per day.

Implementation

final String? localizedMultipliedPrice;