Home > @infiniteobjects/shopify-data-manager > AdminTypes > SaleTax
The tax allocated to a sale from a single tax line.
Signature:
export interface SaleTax
Property | Modifiers | Type | Description |
---|---|---|---|
amount | MoneyBag | The portion of the total tax amount on the related sale that comes from the associated tax line. | |
id | Scalars[‘ID’][‘output’] | The unique ID for the sale tax. | |
taxLine | TaxLine | The tax line associated with the sale. |