OrderNotifications Property |
Gets or sets the order notifications.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<OrderNotification> Notifications { get; set; }
Public Property Notifications As IList(Of OrderNotification)
Get
Set
public:
property IList<OrderNotification^>^ Notifications {
IList<OrderNotification^>^ get ();
void set (IList<OrderNotification^>^ value);
}
member Notifications : IList<OrderNotification> with get, set
Property Value
Type:
IListOrderNotificationThe order notifications.
See Also