storeCodes property
A list of store codes that provide local delivery.
If empty, then store_service_type
must be all_stores
, or an error is
thrown. If not empty, then store_service_type
must be selected_stores
,
or an error is thrown.
Implementation
core.List<core.String>? storeCodes;