Mayson Monorepo Documentation
    Preparing search index...
    interface Paypal {
        country: string;
        payer_email: string;
        payer_id: string;
        payer_name: string;
        seller_protection: Stripe.PaymentAttemptRecord.PaymentMethodDetails.Paypal.SellerProtection;
        transaction_id: string;
    }
    Index

    Properties

    country: string

    Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

    payer_email: string

    Owner's email. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

    payer_id: string

    PayPal account PayerID. This identifier uniquely identifies the PayPal customer.

    payer_name: string

    Owner's full name. Values provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.

    The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.

    transaction_id: string

    A unique ID generated by PayPal for this transaction.