DocumentAmountTypeAddToCustomer Property |
True means that the amount will be charged to the primary customer of the document. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AddToCustomer { get; set; }
Public Property AddToCustomer As Boolean
Get
Set
public:
property bool AddToCustomer {
bool get ();
void set (bool value);
}
member AddToCustomer : bool with get, set
Property Value
Type:
Boolean
See Also