@gradientedge/commercetools-utils
    Preparing search index...

    Interface RecurrencePolicy

    interface RecurrencePolicy {
        createdAt: string;
        createdBy?: CreatedBy;
        description?: LocalizedString;
        id: string;
        key: string;
        lastModifiedAt: string;
        lastModifiedBy?: LastModifiedBy;
        name?: LocalizedString;
        schedule: RecurrencePolicySchedule;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    Date and time (UTC) the RecurrencePolicy was initially created.

    createdBy?: CreatedBy

    IDs and references that created the RecurrencePolicy.

    description?: LocalizedString

    Description of the RecurrencePolicy.

    id: string

    Unique identifier of the RecurrencePolicy.

    key: string

    User-defined unique identifier of the RecurrencePolicy.

    lastModifiedAt: string

    Date and time (UTC) the RecurrencePolicy was last updated.

    lastModifiedBy?: LastModifiedBy

    IDs and references that last modified the RecurrencePolicy.

    Name of the RecurrencePolicy.

    Schedule of the RecurrencePolicy.

    version: number

    Current version of the RecurrencePolicy.