 | PriceResponseTotalFeeWithVAT Property |
Total sum (with VAT).
Namespace: FRAM.CommonLayer.ModelsAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic decimal TotalFeeWithVAT { get; set; }
Public Property TotalFeeWithVAT As Decimal
Get
Set
public:
property Decimal TotalFeeWithVAT {
Decimal get ();
void set (Decimal value);
}
member TotalFeeWithVAT : decimal with get, set
Property Value
Type:
Decimal
See Also