StoreSettingEmailPutBody constructor

StoreSettingEmailPutBody({
  1. String? SMTPHost,
  2. int? SMTPPort,
  3. bool? SMTPSecure,
  4. bool? SMTPTLS,
  5. String? SMTPEmail,
  6. String? SMTPPassword,
  7. bool? newCampaign,
  8. String? newCampaignMailTemplateId,
  9. bool? newOrder,
  10. String? newOrderMailTemplateId,
  11. bool? changeOrderStatus,
  12. String? changeOrderStatusMailTemplateId,
})

Implementation

StoreSettingEmailPutBody({
  this.SMTPHost,
  this.SMTPPort,
  this.SMTPSecure,
  this.SMTPTLS,
  this.SMTPEmail,
  this.SMTPPassword,
  this.newCampaign,
  this.newCampaignMailTemplateId,
  this.newOrder,
  this.newOrderMailTemplateId,
  this.changeOrderStatus,
  this.changeOrderStatusMailTemplateId,
});