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

    Type Alias CreateInstanceOptions<T>

    type CreateInstanceOptions<T extends readonly Components[]> = {
        clientMetadataId?: string;
        clientToken: string;
        components: T;
        locale?: string;
        pageType?: PageTypes;
        partnerAttributionId?: string;
        shopperSessionId?: string;
        testBuyerCountry?: string;
    }

    Type Parameters

    Index

    Properties

    clientMetadataId?: string
    clientToken: string
    components: T
    locale?: string
    pageType?: PageTypes
    partnerAttributionId?: string
    shopperSessionId?: string
    testBuyerCountry?: string