LiasettingsCustomBatchResponseEntry constructor
LiasettingsCustomBatchResponseEntry({
- int? batchId,
- Errors? errors,
- GmbAccounts? gmbAccounts,
- String? kind,
- LiaSettings? liaSettings,
- LiaOmnichannelExperience? omnichannelExperience,
- List<
PosDataProviders> ? posDataProviders,
Implementation
LiasettingsCustomBatchResponseEntry({
this.batchId,
this.errors,
this.gmbAccounts,
this.kind,
this.liaSettings,
this.omnichannelExperience,
this.posDataProviders,
});