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

    Type Alias PostExecutePayPalPaymentResponses

    type PostExecutePayPalPaymentResponses = {
        "200": { [key: string]: unknown };
        "202": { warnings: { details: string; title: string }[] };
        "299": { warnings: { details: string; title: string }[] };
    }
    Index

    Properties

    Properties

    "200": { [key: string]: unknown }

    The API responds with an empty object.

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

    Accepted with warning.

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

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

    Request successful. This operation is deprecated and may be removed in a future release.

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