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

    Interface RecurrencePolicyDraft

    interface RecurrencePolicyDraft {
        description?: LocalizedString;
        key: string;
        name?: LocalizedString;
        schedule: RecurrencePolicyScheduleDraft;
    }
    Index

    Properties

    description?: LocalizedString

    Description of the RecurrencePolicy.

    key: string

    User-defined unique identifier for the RecurrencePolicy.

    Name of the RecurrencePolicy.

    Schedule where the recurrence is defined.