Price
The Price type represents a monetary value. It includes details about the total cost exclusive of VAT (Value Added Tax), the total cost inclusive of VAT, and the VAT amount.
type Price {
incl: Decimal!
excl: Decimal!
vat: Decimal!
}
Fields
Price.incl ● Decimal! non-null scalar
Including VAT.
Price.excl ● Decimal! non-null scalar
Excluding VAT.
Price.vat ● Decimal! non-null scalar
The amount of VAT.
Member Of
CalculatedMonthlyDepositAmount object ● CalculatedProductCost object ● CalculatedProductGroup object ● Contract object ● EnergyPrice object ● Invoice object ● NewMonthlyDepositAmount object ● ProductCost object