AssetTransactionLinePurchaseValue Property |
Change in the purchase value of the asset (in the currency of the asset). [Currency: Asset.ValuationCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount PurchaseValue { get; set; }
Public Property PurchaseValue As Amount
Get
Set
public:
property Amount^ PurchaseValue {
Amount^ get ();
void set (Amount^ value);
}
member PurchaseValue : Amount with get, set
Property Value
Type:
Amount
See Also