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

    Type Alias GetServiceTransferData

    type GetServiceTransferData = {
        body?: never;
        path: { token: string };
        query?: never;
        url: "account/service-transfers/{token}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { token: string }

    Type Declaration

    • token: string

      The UUID of the Service Transfer.

    query?: never
    url: "account/service-transfers/{token}"