WestpacQuickStreamSubmissionEvent: FormEventBase & {
    configuration: {
        customerReferenceNumber: string;
        elementId: string;
        environmentId: string;
    };
    type: "WESTPAC_QUICK_STREAM";
}

Type declaration

  • configuration: {
        customerReferenceNumber: string;
        elementId: string;
        environmentId: string;
    }
    • customerReferenceNumber: string

      A 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 -> WestpacQuickStream integration environment to be used.

  • type: "WESTPAC_QUICK_STREAM"