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

    Interface LineItemRecurrenceInfoDraft

    Information about recurring orders and frequencies.

    interface LineItemRecurrenceInfoDraft {
        priceSelectionMode: PriceSelectionMode;
        recurrencePolicy: RecurrencePolicyResourceIdentifier;
    }
    Index

    Properties

    priceSelectionMode: PriceSelectionMode

    Determines how the price of a line item will be selected during order creation.

    ResourceIdentifier to a RecurrencePolicy.