ping-identity
    Preparing search index...

    Type Alias JourneyTermsAndConditionsCallback

    JourneyTermsAndConditionsCallback: JourneyCallbackBase & {
        accepted?: boolean;
        createDate: string;
        terms: string;
        type: "TermsAndConditionsCallback";
        version: string;
    }

    TermsAndConditionsCallback payload with typed named fields.

    Type Declaration

    • Optionalaccepted?: boolean

      Whether the user has accepted the terms.

    • createDate: string

      Terms creation date.

    • terms: string

      Terms text.

    • type: "TermsAndConditionsCallback"
    • version: string

      Terms version identifier.