Skip to main content

TaxableObjectDiscount Object

Taxable object discount.

type TaxableObjectDiscount {
name: String
amount: Money!
type: TaxableObjectDiscountTypeEnum!
}

Fields

TaxableObjectDiscount.name ● String scalar miscellaneous

The name of the discount.

TaxableObjectDiscount.amount ● Money! non-null object miscellaneous

The amount of the discount.

TaxableObjectDiscount.type ● TaxableObjectDiscountTypeEnum! non-null enum taxes

Indicates which part of the order the discount should affect: SUBTOTAL or SHIPPING.

Member Of

TaxableObject object