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

    Type Alias ChildAccountWritable

    Child account object.

    type ChildAccountWritable = {
        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

    address_1?: string

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

    address_2?: string

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

    city?: string

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

    company?: 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.

    country?: string

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

    email?: string

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

    first_name?: string

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

    last_name?: string

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

    phone?: string

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

    state?: 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).

    tax_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 ("").

    zip?: 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.