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

    Type Alias LPMSessionFieldBillingAddress

    type LPMSessionFieldBillingAddress = {
        addressLine1: string;
        addressLine2: string;
        adminArea1: string;
        adminArea2: string;
        countryCode: string;
        postalCode: string;
    }
    Index

    Properties

    addressLine1: string
    addressLine2: string
    adminArea1: string
    adminArea2: string
    countryCode: string
    postalCode: string