@seven.io/client
    Preparing search index...

    Type Alias Subaccount

    type Subaccount = {
        auto_topup: { amount: number; threshold: number };
        balance: number;
        company: null | string;
        contact: { email: string; name: string };
        id: number;
        total_usage: number;
        username: null | string;
    }
    Index

    Properties

    auto_topup: { amount: number; threshold: number }
    balance: number
    company: null | string
    contact: { email: string; name: string }
    id: number
    total_usage: number
    username: null | string