@akamai/openapi-ts
    Preparing search index...

    Type Alias AddedGetChildAccounts200

    type AddedGetChildAccounts200 = {
        data?: {
            active_since?: string;
            address_1?: string;
            address_2?: string;
            balance?: number;
            balance_uninvoiced?: number;
            billing_source?: "external";
            capabilities?: string[];
            city?: string;
            company?: string;
            country?: string;
            credit_card?: { expiry?: string; last_four?: string };
            email?: string;
            euuid?: string;
            first_name?: string;
            last_name?: string;
            phone?: string;
            state?: string;
            tax_id?: string;
            zip?: string;
        }[];
        page?: number;
        pages?: number;
        results?: number;
    }
    Index

    Properties

    data?: {
        active_since?: string;
        address_1?: string;
        address_2?: string;
        balance?: number;
        balance_uninvoiced?: number;
        billing_source?: "external";
        capabilities?: string[];
        city?: string;
        company?: string;
        country?: string;
        credit_card?: { expiry?: string; last_four?: string };
        email?: string;
        euuid?: string;
        first_name?: string;
        last_name?: string;
        phone?: string;
        state?: string;
        tax_id?: string;
        zip?: string;
    }[]

    Type Declaration

    • Optional Readonlyactive_since?: string

      Read-only The activation date and time for the child account.

    • Optionaladdress_1?: string

      Filterable First line of this child account's billing address.

    • Optionaladdress_2?: string

      Filterable Second line of this child account's billing address, if applicable.

    • Optional Readonlybalance?: number

      Read-only This child account's balance, in US dollars.

    • Optional Readonlybalance_uninvoiced?: number

      Read-only This child account's current estimated invoice in US dollars. This is not your final invoice balance. Transfer charges are not included in the estimate.

    • Optionalbilling_source?: "external"

      Read-only The source of service charges for this account, as determined by its relationship with Akamai. The API returns a value of external to describe a child account in a parent-child account environment.

    • Optional Readonlycapabilities?: string[]

      Read-only A list of the capabilities the child account supports.

    • Optionalcity?: string

      Filterable The city for this child account's billing address.

    • Optionalcompany?: string

      Filterable The company name for the owner of this child account. It can't include any of these characters: < > ( ) " =. You can't change this value yourself. We use it to create the proxy users that a parent account uses to access a child account. Talk to your account team if you need to change this value.

    • Optionalcountry?: string

      Filterable The two-letter ISO 3166 country code for this child account's billing address.

    • Optional Readonlycredit_card?: { expiry?: string; last_four?: string }

      Read-only Information for the credit card you've assigned to this child account.

      • Optionalexpiry?: string

        The expiration month and year of the credit card.

      • Optionallast_four?: string

        The last four digits of the credit card.

    • Optionalemail?: string

      Filterable The email address of the owner of this child account.

    • Optional Readonlyeuuid?: string

      Read-only An external, unique identifier that Akamai assigned to the child account.

    • Optionalfirst_name?: string

      Filterable The first name of the owner of this child account. It can't include any of these characters: < > ( ) " =.

    • Optionallast_name?: string

      Filterable The last name of the owner of this child account. It can't include any of these characters: < > ( ) " =.

    • Optionalphone?: string

      Filterable The phone number for the owner of this child account.

    • Optionalstate?: string

      Filterable The state or province for the billing address (address_1 and address_2, if applicable). If in the United States (US) or Canada (CA), this is the two-letter ISO 3166 State or Province code.

      📘

      If this is a US military address, use state abbreviations (AA, AE, AP).

    • Optionaltax_id?: string

      The tax identification number for this child account. Use this for tax calculations in some countries. If you live in a country that doesn't collect taxes, ensure this is an empty string ("").

    • Optionalzip?: string

      Filterable The zip code of this Account's billing address. The following restrictions apply:

      • Can only contain ASCII letters, numbers, and hyphens (-).
      • Can't contain more than 9 letter or number characters.
    page?: number

    Read-only The current page.

    pages?: number

    Read-only The total number of pages.

    results?: number

    Read-only The total number of results.