Interface SmartyPayDonationProps

interface SmartyPayDonationProps {
    donationId: string;
    lang?: string;
    skipCustomFont?: boolean;
    target: undefined | string;
    theme?: Theme;
}

Hierarchy

  • CustomFontSupport
    • SmartyPayDonationProps

Properties

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