Skip to main content

PriceType

No description

type PriceType {
sellingPriceIncVat: Decimal!
sellingPriceExVat: Decimal!
regularPriceIncVat: Decimal!
regularPriceExVat: Decimal!
discountIncVat: Decimal!
discountExVat: Decimal!
discountPercentage: Int!
vat: Decimal!
isDiscounted: Boolean!
sellingPriceIncVatFormatted: String
sellingPriceExVatFormatted: String
regularPriceIncVatFormatted: String
regularPriceExVatFormatted: String
discountIncVatFormatted: String
discountExVatFormatted: String
vatFormatted: String
}

Fields

PriceType.sellingPriceIncVat ● Decimal! non-null scalar

PriceType.sellingPriceExVat ● Decimal! non-null scalar

PriceType.regularPriceIncVat ● Decimal! non-null scalar

PriceType.regularPriceExVat ● Decimal! non-null scalar

PriceType.discountIncVat ● Decimal! non-null scalar

PriceType.discountExVat ● Decimal! non-null scalar

PriceType.discountPercentage ● Int! non-null scalar

PriceType.vat ● Decimal! non-null scalar

PriceType.isDiscounted ● Boolean! non-null scalar

PriceType.sellingPriceIncVatFormatted ● String scalar

PriceType.sellingPriceExVatFormatted ● String scalar

PriceType.regularPriceIncVatFormatted ● String scalar

PriceType.regularPriceExVatFormatted ● String scalar

PriceType.discountIncVatFormatted ● String scalar

PriceType.discountExVatFormatted ● String scalar

PriceType.vatFormatted ● String scalar

Member of

CampaignPriceType object ● CartItemType object ● CartSummaryType object ● OrderType object ● ProductType object ● RelatedProductType object