amount property

int? amount

Property getter and setter for amount:

Implementation

int? get amount;
void amount=(int? amount)

Implementation

set amount(int? amount);