ping-identity
    Preparing search index...

    Type Alias JourneyTermsAndConditionsField

    JourneyTermsAndConditionsField: JourneyBaseField & {
        createDate: string;
        terms: string;
        type: "TermsAndConditionsCallback";
        version: string;
    }

    Normalized field for a TermsAndConditionsCallback with typed named fields.

    Type Declaration

    • createDate: string

      Terms creation date.

    • terms: string

      Terms text.

    • type: "TermsAndConditionsCallback"
    • version: string

      Terms version identifier.