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

    Interface RecurrencePolicyReference

    interface RecurrencePolicyReference {
        id: string;
        obj?: RecurrencePolicy;
        typeId: "recurrence-policy";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced RecurrencePolicy.

    Contains the representation of the expanded RecurrencePolicy. Only present in responses to requests with Reference Expansion for RecurrencePolicies.

    typeId: "recurrence-policy"

    Type of referenced resource.