status property

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

The processing status of the order.

Implementation

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