Interface SmartyPayRechargePaymentProps

interface SmartyPayRechargePaymentProps {
    address: string;
    lang?: string;
    skipCustomFont?: boolean;
    target: undefined | string;
    theme?: Theme;
}

Hierarchy

  • CustomFontSupport
    • SmartyPayRechargePaymentProps

Properties

address: string
lang?: string
skipCustomFont?: boolean
target: undefined | string
theme?: Theme