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

    Type Alias PaypalData

    Paypal

    PayPal information.

    type PaypalData = {
        email?: string;
        paypal_id?: string;
    }
    Index

    Properties

    Properties

    email?: string

    Read-only The email address associated with your PayPal account.

    paypal_id?: string

    Read-only PayPal Merchant ID associated with your PayPal account.