Type Alias FormSubmissionMetaResult

FormSubmissionMetaResult: {
    formApprovalFlowInstance?: FormApprovalFlowInstance;
    formSubmissionApprovals?: FormSubmissionApproval[];
    formSubmissionMeta: FormSubmissionMeta;
    formSubmissionPayments?: FormSubmissionPayment[];
    formSubmissionSchedulingBooking?: SchedulingBooking;
    formSubmissionWorkflowEvents?: FormSubmissionWorkflowEvent[];
}

Type declaration

  • OptionalformApprovalFlowInstance?: FormApprovalFlowInstance

    The approval flow related to the submission if the form had an approval flow configured at the time of submission

  • OptionalformSubmissionApprovals?: FormSubmissionApproval[]

    The approvals related to the approval flow if the form had an approval flow configured at the time of submission

  • formSubmissionMeta: FormSubmissionMeta

    The meta record for the submission

  • OptionalformSubmissionPayments?: FormSubmissionPayment[]

    The payments made after the submission if the form had a payment event configured at the time of submission

  • OptionalformSubmissionSchedulingBooking?: SchedulingBooking

    The bookings made after the submission if the form had a scheduling vent configured at the time of submission

  • OptionalformSubmissionWorkflowEvents?: FormSubmissionWorkflowEvent[]

    The workflow events containing a status for each