Class NotificationBags
Represent the bag notification, with the parameters and the contacts
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class NotificationBags
Properties
Contacts
Declaration
public List<ExceptionNotificationContact> Contacts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExceptionNotificationContact> |
Parameters
Declaration
public NotificationParameters Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| NotificationParameters |