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

    Type Alias AddedPostPayPalPayment200

    type AddedPostPayPalPayment200 = {
        checkout_token?: string;
        payment_id?: string;
    }
    Index

    Properties

    checkout_token?: string

    Read-only The checkout token generated for this Payment.

    payment_id?: string

    The paypal-generated ID for this Payment. Used when authorizing the Payment in PayPal's interface.