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