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

    Type Alias PaypalExecute

    An object representing an execution of Payment to PayPal to capture the funds and credit your Linode Account.

    type PaypalExecute = {
        payer_id: string;
        payment_id: string;
    }
    Index

    Properties

    Properties

    payer_id: string

    The PayerID returned by PayPal during the transaction authorization process.

    payment_id: string

    The PaymentID returned from Stage a PayPal payment that has been approved with PayPal.