AccountNoteNoteType Property |
Gets or sets the type of the note.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AccountNoteType NoteType { get; set; }
Public Property NoteType As AccountNoteType
Get
Set
public:
property AccountNoteType NoteType {
AccountNoteType get ();
void set (AccountNoteType value);
}
member NoteType : AccountNoteType with get, set
Property Value
Type:
AccountNoteTypeThe type of the note.
See Also