@stigg/react-sdk - v7.26.2

    Interface AutomaticRechargeConfigFormProps

    interface AutomaticRechargeConfigFormProps {
        currencyId: string;
        currencyUnit?: string;
        currentBalance?: number;
        currentMonthlySpend?: number;
        customerId: string;
        initialData?: AutomaticRechargeConfiguration;
        localization?: AutomaticRechargeConfigLocalization;
        onCancel?: () => void;
        onSave?: (data: UpdateAutomaticRechargeConfigParams) => void;
        poolSize?: number;
        readOnly?: boolean;
    }
    Index

    Properties

    currencyId: string
    currencyUnit?: string
    currentBalance?: number
    currentMonthlySpend?: number
    customerId: string
    onCancel?: () => void
    onSave?: (data: UpdateAutomaticRechargeConfigParams) => void
    poolSize?: number
    readOnly?: boolean
    MMNEPVFCICPMFPCPTTAAATR