totalAmount property
Total refunded price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45, total_amount = 145.
Implementation
@JsonKey(name: 'total_amount')
int get totalAmount;
Total refunded price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45, total_amount = 145.
@JsonKey(name: 'total_amount')
int get totalAmount;