stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SaleTax

AdminTypes.SaleTax interface

The tax allocated to a sale from a single tax line.

Signature:

export interface SaleTax 

Properties

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.