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

    Type Alias Agreements

    Acknowledgment status for agreements on your account. When acknowledging any agreements, set them to true and omit any remainders.

    type Agreements = {
        billing_agreement?: boolean;
        eu_model?: boolean;
        master_service_agreement?: boolean;
        privacy_policy?: boolean;
    }
    Index

    Properties

    billing_agreement?: boolean

    Certain regions require that you share your tax identification number (TIN) with Akamai. When you do, you need to acknowledge Akamai's privacy statement agreement, in regards to its protection. When set to true, you've acknowledged this agreement.

    eu_model?: boolean

    The acknowledgement status for the cross-border data transfer agreement.

    master_service_agreement?: boolean

    The acknowledgement status for Akamai's master service agreement.

    privacy_policy?: boolean

    The acknowledgement status for Akamai's privacy statement.