Exemple #1
0
 public DeliveryReport(String smsUniqueId, DeliveryReportStatus status, DeliveryReportError error)
 {
     this.SmsUniqueId = smsUniqueId;
     this.SmsStatus   = status;
     this.Error       = error;
 }
Exemple #2
0
 public DeliveryReport(String smsUniqueId, DeliveryReportStatus status, DeliveryReportError error)
 {
     this.SmsUniqueId = smsUniqueId;
     this.SmsStatus = status;
     this.Error = error;
 }