@getdial/sdk - v0.21.0
    Preparing search index...

    Interface Billing

    Response of GET /api/v1/billing.

    interface Billing {
        balanceCents: number;
        deposits: BillingDeposit[];
        numbers: BillingNumber[];
        numbersReleaseAt: string | null;
        paymentMethods: BillingPaymentMethod[];
        pricing: BillingPricing;
        subscription: BillingSubscription | null;
    }
    Index
    balanceCents: number
    deposits: BillingDeposit[]

    Recent wallet credits (top-ups, welcome credit, manual grants), newest first.

    numbers: BillingNumber[]
    numbersReleaseAt: string | null

    ISO date-time when all of the account's numbers will be released for non-payment (the end of the 30-day grace period), or null when nothing is at risk. Non-null only for a pay-as-you-go account whose balance is negative; topping back to >= $0, or being subscription-covered, clears it.

    paymentMethods: BillingPaymentMethod[]
    subscription: BillingSubscription | null