CPPaySubmissionEvent: FormEventBase & {
    configuration: {
        allowPDFDownload?: PDFConfiguration;
        elementId: string;
        gatewayId: string;
    };
    type: "CP_PAY";
}