T402 API Reference - v2.8.0
    Preparing search index...

    Variable PaymentStatusDisplayConst

    PaymentStatusDisplay: DefineComponent<
        ExtractPropTypes<
            {
                status: { type: PropType<PaymentStatus>; required: true };
                message: { type: StringConstructor; default: any };
            },
        >,
        () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
        {},
        {},
        {},
        ComponentOptionsMixin,
        ComponentOptionsMixin,
        {},
        string,
        PublicProps,
        ToResolvedProps<
            ExtractPropTypes<
                {
                    status: { type: PropType<PaymentStatus>; required: true };
                    message: { type: StringConstructor; default: any };
                },
            >,
            {},
        >,
        { message: string },
        {},
        {},
        {},
        string,
        ComponentProvideOptions,
        true,
        {},
        any,
    > = ...

    A component to display payment status with appropriate styling.