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

    Type Alias LPMSessionFields

    Optional session-level inputs collected by the merchant and forwarded to the SDK when starting an LPM payment session. Only a subset of fields is required per LPM (see LPMConfig.sessionFields in the registry).

    type LPMSessionFields = {
        billingAddress?: LPMSessionFieldBillingAddress;
        dateOfBirth?: string;
        expiryDate?: LPMSessionFieldExpiryDate;
        numberOfInstallments?: number;
        phone?: LPMSessionFieldPhone;
        taxInfo?: LPMSessionFieldTaxInfo;
    }
    Index

    Properties

    dateOfBirth?: string
    numberOfInstallments?: number