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

    Type Alias PostPromoCreditData

    type PostPromoCreditData = {
        body?: { promo_code: string };
        path?: never;
        query?: never;
        url: "account/promo-codes";
    }
    Index

    Properties

    Properties

    body?: { promo_code: string }

    Enter a Promo Code to add its associated credit to your Account.

    Type Declaration

    • promo_code: string

      The Promo Code.

    path?: never
    query?: never
    url: "account/promo-codes"