stack

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

AdminTypes.DutySale interface

A sale associated with a duty charge.

Signature:

export interface DutySale extends Sale 

Extends: Sale

Properties

Property Modifiers Type Description
actionType   SaleActionType | `${SaleActionType}` The type of order action that the sale represents.
duty   Duty The duty for the associated sale.
id   Scalars[‘ID’][‘output’] The unique ID for the sale.
lineType   SaleLineType | `${SaleLineType}` The line type assocated with the sale.
quantity?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The number of units either ordered or intended to be returned.
taxes   Array<SaleTax> All individual taxes associated with the sale.
totalAmount   MoneyBag The total sale amount after taxes and discounts.
totalDiscountAmountAfterTaxes   MoneyBag The total discounts allocated to the sale after taxes.
totalDiscountAmountBeforeTaxes   MoneyBag The total discounts allocated to the sale before taxes.
totalTaxAmount   MoneyBag The total amount of taxes for the sale.