Mayson Monorepo Documentation
    Preparing search index...
    interface Paypal {
        country: string;
        payer_email: string;
        payer_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.