interface HostingAccount {
    aws_marketplace_subscription_id?: null | string;
    bandwidth_overage_enabled: boolean;
    bandwidth_spend_limit_cents?: null | number;
    billing_provider: HostingBillingProvider;
    community_id: string;
    id: string;
    included_bandwidth_bytes: number;
    microsoft_marketplace_subscription_id?: null | string;
    pending_plan?: null | HostingPlanKey;
    plan: HostingPlanKey;
    remaining_bandwidth_bytes: number;
    status: string;
    used_bandwidth_bytes: number;
}

Properties

aws_marketplace_subscription_id?: null | string
bandwidth_overage_enabled: boolean
bandwidth_spend_limit_cents?: null | number
billing_provider: HostingBillingProvider
community_id: string
id: string
included_bandwidth_bytes: number
microsoft_marketplace_subscription_id?: null | string
pending_plan?: null | HostingPlanKey
remaining_bandwidth_bytes: number
status: string
used_bandwidth_bytes: number

Generated using TypeDoc