merchantRefundApproved property

  1. @BuiltValueField.new(wireName: r'merchantRefundApproved')
bool? get merchantRefundApproved

Print a merchant receipt when the refund is approved.

Implementation

@BuiltValueField(wireName: r'merchantRefundApproved')
bool? get merchantRefundApproved;