OmnichannelSetting constructor
OmnichannelSetting({
- About? about,
- InStock? inStock,
- InventoryVerification? inventoryVerification,
- LfpLink? lfpLink,
- String? lsfType,
- String? name,
- OnDisplayToOrder? odo,
- Pickup? pickup,
- String? regionCode,
Implementation
OmnichannelSetting({
this.about,
this.inStock,
this.inventoryVerification,
this.lfpLink,
this.lsfType,
this.name,
this.odo,
this.pickup,
this.regionCode,
});