OrderBalancePaidAmount Property |
The paid amount. Taken from released payment transactions. [Currency: Currency] [Required]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount PaidAmount { get; }
Public ReadOnly Property PaidAmount As Amount
Get
public:
property Amount^ PaidAmount {
Amount^ get ();
}
member PaidAmount : Amount with get
Property Value
Type:
Amount
See Also