示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EnvelopeNotificationRequest" /> class.
 /// </summary>
 /// <param name="Expirations">A complex element that specifies the expiration settings for the envelope..</param>
 /// <param name="Reminders">A complex element that specifies reminder settings for the envelope.</param>
 /// <param name="UseAccountDefaults">When set to **true**, the account default notification settings are used for the envelope..</param>
 public EnvelopeNotificationRequest(Expirations Expirations = null, Reminders Reminders = null, string UseAccountDefaults = null)
 {
     this.Expirations        = Expirations;
     this.Reminders          = Reminders;
     this.UseAccountDefaults = UseAccountDefaults;
 }