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