LeaseContractLineGuaranteeAmount Property |
Deposit amount in the currency of the document which is given for this asset during its period of lease. [Currency: LeaseContract.Currency]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount GuaranteeAmount { get; set; }
Public Property GuaranteeAmount As Amount
Get
Set
public:
property Amount^ GuaranteeAmount {
Amount^ get ();
void set (Amount^ value);
}
member GuaranteeAmount : Amount with get, set
Property Value
Type:
Amount
See Also