LiasettingsCustomBatchRequestEntry constructor

LiasettingsCustomBatchRequestEntry({
  1. String? accountId,
  2. int? batchId,
  3. String? contactEmail,
  4. String? contactName,
  5. String? country,
  6. String? gmbEmail,
  7. LiaSettings? liaSettings,
  8. String? merchantId,
  9. String? method,
  10. LiaOmnichannelExperience? omnichannelExperience,
  11. String? posDataProviderId,
  12. String? posExternalAccountId,
})

Implementation

LiasettingsCustomBatchRequestEntry({
  this.accountId,
  this.batchId,
  this.contactEmail,
  this.contactName,
  this.country,
  this.gmbEmail,
  this.liaSettings,
  this.merchantId,
  this.method,
  this.omnichannelExperience,
  this.posDataProviderId,
  this.posExternalAccountId,
});