/* eslint-disable */
import * as Types from '@graphcommerce/graphql-mesh/.mesh';

export type ProductPagePrice_BundleProduct_Fragment = { __typename: 'BundleProduct', url_key?: string | null, price_range: { minimum_price: { regular_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, fixed_product_taxes?: Array<{ label?: string | null, amount?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null } }, price_tiers?: Array<{ quantity?: number | null, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null, options?: Array<{ __typename: 'CustomizableAreaOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, areaValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableCheckboxOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, checkboxValue?: Array<{ price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string, option_type_id?: number | null, title?: string | null } | null> | null } | { __typename: 'CustomizableDateOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, dateValue?: { price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableDropDownOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, dropdownValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableFieldOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fieldValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableFileOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fileValue?: { file_extension?: string | null, image_size_x?: number | null, image_size_y?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableMultipleOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, multipleValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableRadioOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, radioValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | null> | null };

export type ProductPagePrice_ConfigurableProduct_Fragment = { __typename: 'ConfigurableProduct', url_key?: string | null, price_range: { minimum_price: { regular_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, fixed_product_taxes?: Array<{ label?: string | null, amount?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null } }, price_tiers?: Array<{ quantity?: number | null, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null, options?: Array<{ __typename: 'CustomizableAreaOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, areaValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableCheckboxOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, checkboxValue?: Array<{ price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string, option_type_id?: number | null, title?: string | null } | null> | null } | { __typename: 'CustomizableDateOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, dateValue?: { price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableDropDownOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, dropdownValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableFieldOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fieldValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableFileOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fileValue?: { file_extension?: string | null, image_size_x?: number | null, image_size_y?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableMultipleOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, multipleValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableRadioOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, radioValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | null> | null };

export type ProductPagePrice_DownloadableProduct_Fragment = { __typename: 'DownloadableProduct', url_key?: string | null, price_range: { minimum_price: { regular_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, fixed_product_taxes?: Array<{ label?: string | null, amount?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null } }, price_tiers?: Array<{ quantity?: number | null, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null, options?: Array<{ __typename: 'CustomizableAreaOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, areaValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableCheckboxOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, checkboxValue?: Array<{ price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string, option_type_id?: number | null, title?: string | null } | null> | null } | { __typename: 'CustomizableDateOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, dateValue?: { price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableDropDownOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, dropdownValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableFieldOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fieldValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableFileOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fileValue?: { file_extension?: string | null, image_size_x?: number | null, image_size_y?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableMultipleOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, multipleValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableRadioOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, radioValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | null> | null };

export type ProductPagePrice_GroupedProduct_Fragment = { __typename: 'GroupedProduct', url_key?: string | null, price_range: { minimum_price: { regular_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, fixed_product_taxes?: Array<{ label?: string | null, amount?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null } }, price_tiers?: Array<{ quantity?: number | null, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null };

export type ProductPagePrice_SimpleProduct_Fragment = { __typename: 'SimpleProduct', url_key?: string | null, price_range: { minimum_price: { regular_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, fixed_product_taxes?: Array<{ label?: string | null, amount?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null } }, price_tiers?: Array<{ quantity?: number | null, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null, options?: Array<{ __typename: 'CustomizableAreaOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, areaValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableCheckboxOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, checkboxValue?: Array<{ price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string, option_type_id?: number | null, title?: string | null } | null> | null } | { __typename: 'CustomizableDateOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, dateValue?: { price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableDropDownOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, dropdownValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableFieldOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fieldValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableFileOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fileValue?: { file_extension?: string | null, image_size_x?: number | null, image_size_y?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableMultipleOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, multipleValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableRadioOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, radioValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | null> | null };

export type ProductPagePrice_VirtualProduct_Fragment = { __typename: 'VirtualProduct', url_key?: string | null, price_range: { minimum_price: { regular_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price: { currency?: Types.CurrencyEnum | null, value?: number | null }, fixed_product_taxes?: Array<{ label?: string | null, amount?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null } }, price_tiers?: Array<{ quantity?: number | null, discount?: { amount_off?: number | null, percent_off?: number | null } | null, final_price?: { currency?: Types.CurrencyEnum | null, value?: number | null } | null } | null> | null, options?: Array<{ __typename: 'CustomizableAreaOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, areaValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableCheckboxOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, checkboxValue?: Array<{ price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string, option_type_id?: number | null, title?: string | null } | null> | null } | { __typename: 'CustomizableDateOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, dateValue?: { price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableDropDownOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, dropdownValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableFieldOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fieldValue?: { max_characters?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableFileOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, product_sku?: string | null, fileValue?: { file_extension?: string | null, image_size_x?: number | null, image_size_y?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null } | { __typename: 'CustomizableMultipleOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, multipleValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | { __typename: 'CustomizableRadioOption', uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null, radioValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null } | null> | null };

export type ProductPagePriceFragment = ProductPagePrice_BundleProduct_Fragment | ProductPagePrice_ConfigurableProduct_Fragment | ProductPagePrice_DownloadableProduct_Fragment | ProductPagePrice_GroupedProduct_Fragment | ProductPagePrice_SimpleProduct_Fragment | ProductPagePrice_VirtualProduct_Fragment;
