PayFanout API reference
    Preparing search index...

    Interface PayPalButtonsInstanceLike

    Structural subset of the PayPal JS SDK's Buttons component. Injected in tests, loaded from www.paypal.com/sdk/js in browsers.

    interface PayPalButtonsInstanceLike {
        close?(): void | Promise<void>;
        isEligible?(): boolean;
        render(container: HTMLElement): void | Promise<void>;
    }
    Index