[BETA] Information about recurring orders and frequencies.

interface LineItemRecurrenceInfo {
    priceSelectionMode?: PriceSelectionMode;
    recurrencePolicy?: RecurrencePolicyResourceIdentifier;
}

Properties

priceSelectionMode?: PriceSelectionMode

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

recurrencePolicy?: RecurrencePolicyResourceIdentifier

ResourceIdentifier to a RecurrencePolicy.