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

    Type Alias PostPaymentResponses

    type PostPaymentResponses = {
        "200": { date: string; id: number; usd: number };
        "202": { warnings: { details: string; title: string }[] };
    }
    Index

    Properties

    Properties

    "200": { date: string; id: number; usd: number }

    Payment object response.

    Type Declaration

    • Readonlydate: string

      Filterable, Read-only When the payment was made.

    • Readonlyid: number

      Read-only The unique ID of the payment.

    • Readonlyusd: number

      Filterable, Read-only The amount, in US dollars, of the payment.

    "202": { warnings: { details: string; title: string }[] }

    Accepted with warning.

    A warnings array is included with the standard 200 response body.