LowestPriceType
No description
type LowestPriceType {
sellingPriceIncVat: Decimal!
sellingPriceExVat: Decimal!
comparisonPriceIncVat: Decimal!
comparisonPriceExVat: Decimal!
lowestPriceIncVat: Decimal!
lowestPriceExVat: Decimal!
discountIncVat: Decimal!
discountExVat: Decimal!
discountPercentage: Int!
vat: Decimal!
isDiscounted: Boolean!
sellingPriceIncVatFormatted: String
sellingPriceExVatFormatted: String
comparisonPriceIncVatFormatted: String
comparisonPriceExVatFormatted: String
lowestPriceIncVatFormatted: String
lowestPriceExVatFormatted: String
discountIncVatFormatted: String
discountExVatFormatted: String
vatFormatted: String
}
Fields
LowestPriceType.sellingPriceIncVat
● Decimal!
non-null scalar
LowestPriceType.sellingPriceExVat
● Decimal!
non-null scalar
LowestPriceType.comparisonPriceIncVat
● Decimal!
non-null scalar
LowestPriceType.comparisonPriceExVat
● Decimal!
non-null scalar
LowestPriceType.lowestPriceIncVat
● Decimal!
non-null scalar
LowestPriceType.lowestPriceExVat
● Decimal!
non-null scalar
LowestPriceType.discountIncVat
● Decimal!
non-null scalar
LowestPriceType.discountExVat
● Decimal!
non-null scalar
LowestPriceType.discountPercentage
● Int!
non-null scalar
LowestPriceType.vat
● Decimal!
non-null scalar
LowestPriceType.isDiscounted
● Boolean!
non-null scalar
LowestPriceType.sellingPriceIncVatFormatted
● String
scalar
LowestPriceType.sellingPriceExVatFormatted
● String
scalar
LowestPriceType.comparisonPriceIncVatFormatted
● String
scalar
LowestPriceType.comparisonPriceExVatFormatted
● String
scalar
LowestPriceType.lowestPriceIncVatFormatted
● String
scalar
LowestPriceType.lowestPriceExVatFormatted
● String
scalar
LowestPriceType.discountIncVatFormatted
● String
scalar
LowestPriceType.discountExVatFormatted
● String
scalar
LowestPriceType.vatFormatted
● String
scalar
Member Of
ProductType
object