LiasettingsCustomBatchResponseEntry constructor

LiasettingsCustomBatchResponseEntry({
  1. int? batchId,
  2. Errors? errors,
  3. GmbAccounts? gmbAccounts,
  4. String? kind,
  5. LiaSettings? liaSettings,
  6. LiaOmnichannelExperience? omnichannelExperience,
  7. List<PosDataProviders>? posDataProviders,
})

Implementation

LiasettingsCustomBatchResponseEntry({
  this.batchId,
  this.errors,
  this.gmbAccounts,
  this.kind,
  this.liaSettings,
  this.omnichannelExperience,
  this.posDataProviders,
});