PaymentTransactionIsReleased Property |
True if the document is not void and its state is released or greater. [Required] [Default(false)] [Filter(eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsReleased { get; set; }
Public Property IsReleased As Boolean
Get
Set
public:
property bool IsReleased {
bool get ();
void set (bool value);
}
member IsReleased : bool with get, set
Property Value
Type:
Boolean
See Also