Skip to main content
Version: 3.x

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

Reduced VAT rate in percent.

ReducedRate.rateType ● String! non-null scalar

A type of goods.

Member of

VAT object


Was this page helpful?