TaxableObjectDiscount Object
Taxable object discount.
type TaxableObjectDiscount {
name: String
amount: Money!
type: TaxableObjectDiscountTypeEnum!
}
Fields
name ● String
The name of the discount.
amount ● Money!
The amount of the discount.
type ● TaxableObjectDiscountTypeEnum!
Indicates which part of the order the discount should affect: SUBTOTAL or SHIPPING.
Member Of
TaxableObject object