Variable StreamingOptionTypeConst

StreamingOptionType: {
    Addon: "addon";
    Buy: "buy";
    Free: "free";
    Rent: "rent";
    Subscription: "subscription";
} = ...

Type of the streaming option.