status property
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.
Implementation
@BuiltValueField(wireName: r'status')
StoreDetailStatusEnum? get status;
The status of the store. Possible values: Pending, Active, Inactive, InactiveWithModifications, Closed.
@BuiltValueField(wireName: r'status')
StoreDetailStatusEnum? get status;