soundcloud-api-ts - v1.9.0
    Preparing search index...

    Interface SoundCloudSubscriptionProduct

    Product details for a SoundCloud subscription.

    interface SoundCloudSubscriptionProduct {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique product identifier (e.g. "creator-pro-unlimited")

    name: string

    Human-readable product name (e.g. "Pro Unlimited")