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