 | InternetWaybillModelTotalVAT Property |
Total VAT.
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic Nullable<decimal> TotalVAT { get; }
Public ReadOnly Property TotalVAT As Nullable(Of Decimal)
Get
public:
property Nullable<Decimal> TotalVAT {
Nullable<Decimal> get ();
}
member TotalVAT : Nullable<decimal> with get
Property Value
Type:
NullableDecimal
See Also