interface RawSubscription {
    canceled_at: null | string;
    country?: string;
    current_period_end: string;
    current_period_start: string;
    entitlement_ids: string[];
    id: string;
    renewal_sku_ids: string[];
    sku_ids: string[];
    status: SubscriptionStatuses;
    user_id: string;
}

Properties

canceled_at: null | string
country?: string
current_period_end: string
current_period_start: string
entitlement_ids: string[]
id: string
renewal_sku_ids: string[]
sku_ids: string[]
user_id: string