Information about recurring orders and frequencies.

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

Properties

priceSelectionMode: PriceSelectionMode

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

ResourceIdentifier to a RecurrencePolicy.