import type * as Merge from "../../../index"; /** * The tax rate of the line item. */ export type SalesOrderLineRequestTaxRate = string | Merge.accounting.TaxRate;