paygreenjs
    Preparing search index...

    Interface ClientParamsType

    interface ClientParamsType {
        buyer?: string | BuyerParamsType;
        display?: {
            authentication?: "inline" | "modal";
            cardIcon?: boolean;
            cvvIcon?: boolean;
            hideStatusMessages?: boolean;
        };
        displayAuthentication?: "inline"
        | "modal";
        displayCardLogo?: boolean;
        displayCvvIcon?: boolean;
        instrument?: string | InstrumentParamsType;
        lang?: string;
        mode: "tokenizer" | "instrument" | "payment";
        modeOptions?: { authorizedInstrument?: boolean; shopId?: string };
        objectSecret?: string;
        paymentMethod?: string;
        paymentOrder?: { id: string; objectSecret: string };
        paymentOrderID?: string;
        publicKey: string;
        style?: StyleIframeType;
        token?: string;
    }
    Index

    Properties

    buyer?: string | BuyerParamsType
    display?: {
        authentication?: "inline" | "modal";
        cardIcon?: boolean;
        cvvIcon?: boolean;
        hideStatusMessages?: boolean;
    }
    displayAuthentication?: "inline" | "modal"
    displayCardLogo?: boolean
    displayCvvIcon?: boolean
    instrument?: string | InstrumentParamsType
    lang?: string
    mode: "tokenizer" | "instrument" | "payment"
    modeOptions?: { authorizedInstrument?: boolean; shopId?: string }
    objectSecret?: string
    paymentMethod?: string
    paymentOrder?: { id: string; objectSecret: string }
    paymentOrderID?: string
    publicKey: string
    token?: string