@stigg/react-sdk - v7.18.1

    Interface AutomaticRechargeConfigLocalization

    interface AutomaticRechargeConfigLocalization {
        cancelButton?: string;
        editButton?: string;
        emptyState?: string;
        enableDescription?: string;
        enableLabel?: string;
        errorState?: string;
        immediateRechargeWarning?: string;
        loadingState?: string;
        saveButton?: string;
        spendLimitFieldPlaceholder?: string;
        spendLimitFieldPrefix?: string;
        spendLimitFieldSuffix?: string;
        spendLimitHelpText?: string;
        spendLimitMax?: string;
        spendLimitMin?: string;
        spendLimitPeriod?: string;
        spendLimitPositive?: string;
        spendLimitTooLowWarning?: string;
        targetBalanceTooltip?: string;
        targetFieldHint?: string;
        targetFieldPlaceholder?: string;
        targetFieldPrefix?: string;
        targetFieldSuffix?: string;
        targetMax?: string;
        targetMin?: string;
        targetRequired?: string;
        thresholdFieldHint?: string;
        thresholdFieldPlaceholder?: string;
        thresholdFieldPrefix?: string;
        thresholdFieldSuffix?: string;
        thresholdMax?: string;
        thresholdMin?: string;
        thresholdRequired?: string;
        thresholdTooltip?: string;
        title?: string;
    }
    Index

    Properties

    cancelButton?: string
    editButton?: string
    emptyState?: string
    enableDescription?: string
    enableLabel?: string
    errorState?: string
    immediateRechargeWarning?: string
    loadingState?: string
    saveButton?: string
    spendLimitFieldPlaceholder?: string
    spendLimitFieldPrefix?: string
    spendLimitFieldSuffix?: string
    spendLimitHelpText?: string
    spendLimitMax?: string
    spendLimitMin?: string
    spendLimitPeriod?: string
    spendLimitPositive?: string
    spendLimitTooLowWarning?: string
    targetBalanceTooltip?: string
    targetFieldHint?: string
    targetFieldPlaceholder?: string
    targetFieldPrefix?: string
    targetFieldSuffix?: string
    targetMax?: string
    targetMin?: string
    targetRequired?: string
    thresholdFieldHint?: string
    thresholdFieldPlaceholder?: string
    thresholdFieldPrefix?: string
    thresholdFieldSuffix?: string
    thresholdMax?: string
    thresholdMin?: string
    thresholdRequired?: string
    thresholdTooltip?: string
    title?: string
    MMNEPVFCICPMFPCPTTAAATR