amount property

int amount
getter/setter pair

The smallest currency unit. For example, to charge SAR 257.58 you will have the amount as 25758. In other words, 10 SAR = 10 * 100 Halalas.

Implementation

late int amount;