@ptkl/sdk - v1.18.0
    Preparing search index...
    interface Subscription {
        bundle_products?: unknown;
        created_at: string;
        currency: string;
        discount: number;
        expires_at: null | string;
        human_price: number;
        is_active: boolean;
        is_canceled: boolean;
        is_expired: boolean;
        is_lifetime: boolean;
        is_paused: boolean;
        is_trial: boolean;
        license_code?: null | string;
        license_product?: unknown;
        license_qty: string;
        option_code: string;
        payment_method: string;
        payment_provider: string;
        payment_status: string;
        period: number;
        price: number;
        product_id: string;
        project_uuid: string;
        prorated_human_price?: number;
        ref_no: string;
        renewed_at: null | string;
        trial_period_days: number;
        updated_at: string;
        usage?: unknown[];
        uuid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    bundle_products?: unknown
    created_at: string
    currency: string
    discount: number
    expires_at: null | string
    human_price: number
    is_active: boolean
    is_canceled: boolean
    is_expired: boolean
    is_lifetime: boolean
    is_paused: boolean
    is_trial: boolean
    license_code?: null | string
    license_product?: unknown
    license_qty: string
    option_code: string
    payment_method: string
    payment_provider: string
    payment_status: string
    period: number
    price: number
    product_id: string
    project_uuid: string
    prorated_human_price?: number
    ref_no: string
    renewed_at: null | string
    trial_period_days: number
    updated_at: string
    usage?: unknown[]
    uuid: string