refunded property Null safety

bool? refunded
read / write

(optional) Should be true if the transaction was refunded. Not including this field means the transaction was not refunded.

Implementation

bool? refunded;