priceAmountMicros property
The price for the payment in micro-units, where 1,000,000 micro-units equal one unit of the currency.
For example, if price is "€7.99", price_amount_micros is "7990000". This value represents the localized, rounded price for a particular currency.
Implementation
@JsonKey(defaultValue: 0)
final int priceAmountMicros;