directCapture property

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

Indicates if direct (immediate) capture for PayPal is enabled. If set to true, this setting overrides the capture settings of your merchant account. Default value: true.

Implementation

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