amount property

MonetaryAmount? amount
getter/setter pair

The total amount that is refunded.

(for example, refunding $5 each for 2 products should be done by setting quantity to 2 and amount to 10$) In case of multiple refunds, this should be the amount you currently want to refund to the customer.

Implementation

MonetaryAmount? amount;