PaymentTransactionRequiresAllocation Property |
True=The total amount should be allocated to payment orders; false=Payment orders are not required. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool RequiresAllocation { get; set; }
Public Property RequiresAllocation As Boolean
Get
Set
public:
property bool RequiresAllocation {
bool get ();
void set (bool value);
}
member RequiresAllocation : bool with get, set
Property Value
Type:
Boolean
See Also