DeclarationLineQuantitySupplementaryUnit Property |
Quantity of the goods in the supplementary unit. null when no supplementary unit is specified.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> QuantitySupplementaryUnit { get; set; }
Public Property QuantitySupplementaryUnit As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ QuantitySupplementaryUnit {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member QuantitySupplementaryUnit : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also