@stigg/react-sdk - v7.19.0

    Interface UpdateAutomaticRechargeConfigParams

    interface UpdateAutomaticRechargeConfigParams {
        currencyId: string;
        customerId: string;
        enabled: boolean;
        maxSpendLimit?: number;
        targetBalance?: number;
        thresholdAmount?: number;
    }
    Index

    Properties

    currencyId: string
    customerId: string
    enabled: boolean
    maxSpendLimit?: number
    targetBalance?: number
    thresholdAmount?: number
    MMNEPVFCICPMFPCPTTAAATR