Interface StreamingOptionTypes

Availability of the streaming option types in the service.

StreamingOptionTypes

interface StreamingOptionTypes {
    addon: boolean;
    buy: boolean;
    free: boolean;
    rent: boolean;
    subscription: boolean;
}

Properties

addon: boolean

Whether there are shows available via an addon/channel subscription.

StreamingOptionTypes

buy: boolean

Whether there are shows available to buy.

StreamingOptionTypes

free: boolean

Whether there are free shows to watch.

StreamingOptionTypes

rent: boolean

Whether there are shows available for rental.

StreamingOptionTypes

subscription: boolean

Whether there are shows available via a paid subscription plan.

StreamingOptionTypes