TaxableObjectDiscount
Taxable object discount.
type TaxableObjectDiscount {
name: String
amount: Money!
}
Fields
TaxableObjectDiscount.name
● String
scalar
The name of the discount.
TaxableObjectDiscount.amount
● Money!
non-null object
The amount of the discount.
Member of
TaxableObject
object