totalAmount property

  1. @JsonKey(name: 'total_amount')
int get totalAmount
inherited

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;