priceAmountMicros property

  1. @JsonKey(defaultValue: 0)
int priceAmountMicros
final

Returns the price for the payment cycle in micro-units, where 1,000,000 micro-units equal one unit of the currency.

Implementation

@JsonKey(defaultValue: 0)
final int priceAmountMicros;