InvoiceCreditNoteDescription Property |
Descriptions/reason for the credit note.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CreditNoteDescription { get; set; }
Public Property CreditNoteDescription As String
Get
Set
public:
property String^ CreditNoteDescription {
String^ get ();
void set (String^ value);
}
member CreditNoteDescription : string with get, set
Property Value
Type:
String
See Also