BPOINTSubmissionEvent: FormEventBase & {
    configuration: {
        crn2?: string;
        crn3?: string;
        elementId: string;
        environmentId: string;
    };
    type: "BPOINT";
}

Type declaration

  • configuration: {
        crn2?: string;
        crn3?: string;
        elementId: string;
        environmentId: string;
    }
    • Optionalcrn2?: string

      An optional crn string.

    • Optionalcrn3?: string

      An optional crn string.

    • elementId: string

      The elementId that holds the value that will be paid. Must be the id of a number or calculation element.

    • environmentId: string

      The id of the OneBlink -> BPOINT integration environment to be used.

  • type: "BPOINT"