@stigg/react-sdk - v7.18.1

    Interface AutomaticRechargeConfiguration

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

    Properties

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