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

    Type Alias PostExecutePayPalPaymentData

    type PostExecutePayPalPaymentData = {
        body: { payer_id: string; payment_id: string };
        path?: never;
        query?: never;
        url: "account/payments/paypal/execute";
    }
    Index

    Properties

    Properties

    body: { payer_id: string; payment_id: string }

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

    Type Declaration

    • 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.

    path?: never
    query?: never
    url: "account/payments/paypal/execute"