AccountDetailsAccountNotes Property |
Gets or sets the account notes.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<AccountNote> AccountNotes { get; set; }
Public Property AccountNotes As List(Of AccountNote)
Get
Set
public:
property List<AccountNote^>^ AccountNotes {
List<AccountNote^>^ get ();
void set (List<AccountNote^>^ value);
}
member AccountNotes : List<AccountNote> with get, set
Property Value
Type:
ListAccountNoteThe account notes.
See Also