AccountDetailsNotifications Property |
Gets or sets the account 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<AccountNotification> Notifications { get; set; }
Public Property Notifications As IList(Of AccountNotification)
Get
Set
public:
property IList<AccountNotification^>^ Notifications {
IList<AccountNotification^>^ get ();
void set (IList<AccountNotification^>^ value);
}
member Notifications : IList<AccountNotification> with get, set
Property Value
Type:
IListAccountNotificationThe account notifications.
See Also