amount property

int? get amount

Property getter and setter for amount:

Implementation

int? get amount;
set amount (int? amount)

Implementation

set amount(int? amount);