Interface SmartyPayButtonProps

interface SmartyPayButtonProps {
    amount: undefined | string;
    apiKey: undefined | string;
    lang?: string;
    skipCustomFont?: boolean;
    target: undefined | string;
    theme?: Theme;
    token: undefined | string;
}

Hierarchy

  • CustomFontSupport
    • SmartyPayButtonProps

Properties

amount: undefined | string
apiKey: undefined | string
lang?: string
skipCustomFont?: boolean
target: undefined | string
theme?: Theme
token: undefined | string