value property

double? value
getter/setter pair

The value that corresponds with this transaction event, if one exists.

For example, a refund event where $5.00 was refunded. Currency is obtained from the original transaction data.

Optional.

Implementation

core.double? value;