shopperCaptureApproved property

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

Print a shopper receipt when capturing the payment is approved.

Implementation

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