stack

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

AdminTypes.TaxLine interface

Represents a single tax applied to the associated line item.

Signature:

export interface TaxLine 

Properties

Property Modifiers Type Description
channelLiable?   Maybe<Scalars[‘Boolean’][‘output’]> (Optional) Whether the channel that submitted the tax line is liable for remitting. A value of null indicates unknown liability for this tax line.
price   Scalars[‘Money’][‘output’] The amount of tax, in shop currency, after discounts and before returns.
priceSet   MoneyBag The amount of tax, in shop and presentment currencies, after discounts and before returns.
rate?   Maybe<Scalars[‘Float’][‘output’]> (Optional) The proportion of the line item price that the tax represents as a decimal.
ratePercentage?   Maybe<Scalars[‘Float’][‘output’]> (Optional) The proportion of the line item price that the tax represents as a percentage.
title   Scalars[‘String’][‘output’] The name of the tax.