@xo-cash/engine
    Preparing search index...

    Interface InvitationCreationParameters

    Parameters required for creating a new XO invitation.

    interface InvitationCreationParameters {
        actionIdentifier: string;
        templateIdentifier: string;
    }
    Index

    Properties

    actionIdentifier: string

    Identifier of the action within the template to initiate.

    templateIdentifier: string

    Identifier of the template to use for this invitation.