totalAmount property

int totalAmount
final

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

final int totalAmount;