manualCapture property

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

Indicates if the payment must be captured manually.

Implementation

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