ReceiptRule constructor
      
      ReceiptRule({})
     
    
    
Implementation
ReceiptRule({
  required this.name,
  this.actions,
  this.enabled,
  this.recipients,
  this.scanEnabled,
  this.tlsPolicy,
});
ReceiptRule({
  required this.name,
  this.actions,
  this.enabled,
  this.recipients,
  this.scanEnabled,
  this.tlsPolicy,
});