options property

  1. @BuiltValueField.new(wireName: r'options')
CheckoutForwardRequestOptions? get options

The customizations that can be applied when making a forward request.

Implementation

@BuiltValueField(wireName: r'options')
CheckoutForwardRequestOptions? get options;