Ravak Configurator
    Preparing search index...

    Interface AnalyticsEventCheckoutCustomCallbackProps

    interface AnalyticsEventCheckoutCustomCallbackProps {
        b3dc_default_checkout_process_aborted: boolean;
        b3dc_checkout_items: {
            b3dc_checkout_item_id: string;
            b3dc_checkout_item_name: string;
            b3dc_checkout_item_price?: number;
            b3dc_checkout_item_price_currency?: string;
            b3dc_checkout_item_quantity: number;
        }[];
        b3dc_checkout_items_amounts: string;
        b3dc_checkout_price_currency?: string;
        b3dc_checkout_price_total?: number;
        b3dc_checkout_price_total_vat?: number;
        b3dc_checkout_form_contact_requirements: DemandFormContactRequirements;
        b3dc_checkout_form_type: DemandFormType;
        b3dc_product_variants: {
            b3dc_product_variant_id: string;
            b3dc_product_variant_name: string;
            b3dc_product_variant_price?: number;
            b3dc_product_variant_price_currency?: string;
            b3dc_product_variant_quantity: number;
        }[];
        b3dc_product_variants_amounts: string;
    }
    Index

    Properties

    b3dc_default_checkout_process_aborted: boolean

    Whether the default checkout process was aborted because of the custom callback

    b3dc_checkout_items: {
        b3dc_checkout_item_id: string;
        b3dc_checkout_item_name: string;
        b3dc_checkout_item_price?: number;
        b3dc_checkout_item_price_currency?: string;
        b3dc_checkout_item_quantity: number;
    }[]

    List of items in the checkout

    Type declaration

    • b3dc_checkout_item_id: string

      Identifier of the checkout item

    • b3dc_checkout_item_name: string

      Human-readable name of the checkout item

    • Optionalb3dc_checkout_item_price?: number

      Price of the checkout item. Currency specified by b3dc_checkout_item_price_currency

    • Optionalb3dc_checkout_item_price_currency?: string

      Currency of checkout item price

    • b3dc_checkout_item_quantity: number

      Quantity of the checkout item

    b3dc_checkout_items_amounts: string

    Comma-separated list of checkout items quantities and identifiers

    1×XJXP1280000,2×X000001862,1×X070543,5×X01439,1×X01612

    Full objects in b3dc_checkout_items

    b3dc_checkout_price_currency?: string

    Currency of the checkout prices

    b3dc_checkout_price_total?: number

    Total price of the whole checkout. Currency specified by b3dc_checkout_price_currency

    b3dc_checkout_price_total_vat?: number

    Total VAT applied to the checkout. Currency specified by b3dc_checkout_price_currency

    b3dc_checkout_form_contact_requirements: DemandFormContactRequirements

    Requirements for the contact information in the checkout form

    b3dc_checkout_form_type: DemandFormType

    What type of checkout form is used

    b3dc_product_variants: {
        b3dc_product_variant_id: string;
        b3dc_product_variant_name: string;
        b3dc_product_variant_price?: number;
        b3dc_product_variant_price_currency?: string;
        b3dc_product_variant_quantity: number;
    }[]

    List of relevant product variants

    b3dc_product_variants_amounts: string

    Comma-separated list of relevant product variant quantities and identifiers

    1×XJXP1280000,2×X000001862,1×X070543,5×X01439,1×X01612

    Full objects in b3dc_product_variants