ReducedRate
Represents a reduced VAT rate for a particular type of goods.
type ReducedRate {
rate: Float!
rateType: String!
}
Fields
ReducedRate.rate
● Float!
non-null scalar miscellaneous
Reduced VAT rate in percent.
ReducedRate.rateType
● String!
non-null scalar miscellaneous
A type of goods.
Member Of
VAT
object