enableOneClick property

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

When true and shopperReference is provided, the shopper will be asked if the payment details should be stored for future one-click payments.

Implementation

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