ProductTax

constructor(taxName: String? = null, taxRate: Double? = null, taxType: String? = null, isCustomTax: Boolean = false, taxDetails: ProductTaxDetails? = null)