@stigg/react-sdk - v7.19.0

    Interface AutomaticRechargeConfigProps

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

    Properties

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