enablePayOut property

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

When true and shopperReference is provided, the payment details will be tokenized for payouts.

Implementation

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