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

    Options for Google PaymentsClient.createButton()

    type GooglePayButtonOptions = {
        buttonColor?: "default" | "black" | "white";
        buttonLocale?: string;
        buttonSizeMode?: "static" | "fill";
        buttonType?:
            | "book"
            | "buy"
            | "checkout"
            | "donate"
            | "order"
            | "pay"
            | "plain"
            | "subscribe";
        onClick: () => void;
    }
    Index

    Properties

    buttonColor?: "default" | "black" | "white"
    buttonLocale?: string
    buttonSizeMode?: "static" | "fill"
    buttonType?:
        | "book"
        | "buy"
        | "checkout"
        | "donate"
        | "order"
        | "pay"
        | "plain"
        | "subscribe"
    onClick: () => void