AutomationSlip constructor

AutomationSlip({
  1. MandatoryAllReceiptsFields? mandatoryAllReceiptsFields,
  2. MandatoryClientFields? mandatoryClientFields,
  3. MandatoryEcFields? mandatoryEcFields,
})

Implementation

AutomationSlip({
  this.mandatoryAllReceiptsFields,
  this.mandatoryClientFields,
  this.mandatoryEcFields,
});