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

    Type Alias GetChildAccountData

    type GetChildAccountData = {
        body?: never;
        path: { euuId: string };
        query?: never;
        url: "account/child-accounts/{euuId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { euuId: string }

    Type Declaration

    • euuId: string

      The child account to look up. You can run the List child accounts operation to find the applicable account and store its euuid as your euuId.

    query?: never
    url: "account/child-accounts/{euuId}"