amount property

double? amount
getter/setter pair

The amount to be charged in the supplied currency. Must be a valid non=null and positive double. Otherwise, the customer will be asked to input an amount (this is especially useful for donations).

Implementation

double? amount;