@paypal/paypal-js
    Preparing search index...

    Type Alias LPMSessionFieldPhone

    Merchant-provided session-level inputs required by specific LPMs.

    type LPMSessionFieldPhone = {
        countryCode: string;
        nationalNumber: string;
    }
    Index

    Properties

    countryCode: string
    nationalNumber: string