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

    Type Alias GetPaymentResponses

    type GetPaymentResponses = {
        "200": { date: string; id: number; usd: number };
    }
    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.