SalesOrder..::..GstTaxRates Property
Gets or sets the GST tax rates.
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrderAssembly: JiwaSales (in JiwaSales.dll)
Syntax
public TaxRateCollection GstTaxRates { get; set; }
Public Property GstTaxRates As TaxRateCollection Get Set
public: property TaxRateCollection^ GstTaxRates { TaxRateCollection^ get (); void set (TaxRateCollection^ value); }