Constructors
constructor
- new ScriptGroup(provider, profile): ScriptGroup
Parameters
- provider: Provider
- profile: {
__typename?: "ProviderScriptGroup";
alt_id: string;
scripts?: null | (null | {
__typename?: "ProviderScript";
alt_id: string;
uuid: string;
})[];
uuid: string;
}Optional
__typename?: "ProviderScriptGroup"
alt_id: string
Optional
scripts?: null | (null | {
__typename?: "ProviderScript";
alt_id: string;
uuid: string;
})[]
uuid: string
Script groups bring together mutually exclusive subscriptions of the same 'kind'.
For example, a streaming service provider may have a script group for each of their subscription tiers, such as 'Basic', 'Standard', and 'Premium'.