merchantCaptureApproved property

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

Print a merchant receipt when capturing the payment is approved.

Implementation

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