PaymentOrderAllowCloseNotPaid Property |
True to allow closing of payment orders, that are not fully paid. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AllowCloseNotPaid { get; set; }
Public Property AllowCloseNotPaid As Boolean
Get
Set
public:
property bool AllowCloseNotPaid {
bool get ();
void set (bool value);
}
member AllowCloseNotPaid : bool with get, set
Property Value
Type:
Boolean
See Also