priceAmountMicros property

String? priceAmountMicros
getter/setter pair

Price of the subscription, For tax exclusive countries, the price doesn't include tax.

For tax inclusive countries, the price includes tax. Price is expressed in micro-units, where 1,000,000 micro-units represents one unit of the currency. For example, if the subscription price is €1.99, price_amount_micros is 1990000.

Implementation

core.String? priceAmountMicros;