PaymentSlipLineCoveredOrderAmount Property |
The part of the original payment order amount, that is covered by this payment slip line. [Currency: PaymentOrder.TotalAmountCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount CoveredOrderAmount { get; set; }
Public Property CoveredOrderAmount As Amount
Get
Set
public:
property Amount^ CoveredOrderAmount {
Amount^ get ();
void set (Amount^ value);
}
member CoveredOrderAmount : Amount with get, set
Property Value
Type:
Amount
See Also