OrdersReportTax Object
Description
Tax statistics for sales reports, showing total tax amount per tax definition.
Declaration
type OrdersReportTax {
id: String!
total: Float!
}
Fields
| Name | Type | Description |
|---|---|---|
id | String! | Tax definition identifier or name. |
total | Float! | Total tax amount collected for this tax definition. |