PaymentSlipAmountTotalAmount Property |
The total amount payed. The distribution of the amount amongst the payment orders for this party is specified with payment slip lines. If null the total amount is calculated as sum of the amounts in the payment slip lines. [Currency: PaymentSlip.DocumentCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount TotalAmount { get; set; }
Public Property TotalAmount As Amount
Get
Set
public:
property Amount^ TotalAmount {
Amount^ get ();
void set (Amount^ value);
}
member TotalAmount : Amount with get, set
Property Value
Type:
Amount
See Also