clickAndCollect property

  1. @BuiltValueField.new(wireName: r'clickAndCollect')
String? get clickAndCollect

Set this to true if the shopper would like to pick up and collect their order, instead of having the goods delivered to them.

Implementation

@BuiltValueField(wireName: r'clickAndCollect')
String? get clickAndCollect;