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