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

    Type Alias Payment

    Payment object response.

    type Payment = {
        date?: string;
        id?: number;
        usd?: number;
    }
    Index

    Properties

    Properties

    date?: string

    Filterable, Read-only When the payment was made.

    id?: number

    Read-only The unique ID of the payment.

    usd?: number

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