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

    Type Alias AddedGetChildAccounts200Writable

    type AddedGetChildAccounts200Writable = {
        data?: {
            address_1?: string;
            address_2?: string;
            city?: string;
            company?: string;
            country?: string;
            email?: string;
            first_name?: string;
            last_name?: string;
            phone?: string;
            state?: string;
            tax_id?: string;
            zip?: string;
        }[];
    }
    Index

    Properties

    Properties

    data?: {
        address_1?: string;
        address_2?: string;
        city?: string;
        company?: string;
        country?: string;
        email?: string;
        first_name?: string;
        last_name?: string;
        phone?: string;
        state?: string;
        tax_id?: string;
        zip?: string;
    }[]

    Type Declaration

    • 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.

    • 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.

    • Optionalemail?: string

      Filterable The email address of the owner of this 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.