@stigg/node-server-sdk - v4.22.1

    Type Alias AutoRechargeSettingsFragment

    type AutoRechargeSettingsFragment = {
        __typename?: "AutoRechargeSettingsDTO";
        createdAt?: any | null;
        currencyId: string;
        currentMonthlySpend: number;
        customerId: string;
        grantExpirationPeriod: GrantExpirationPeriod;
        isEnabled: boolean;
        maxSpendLimit?: number | null;
        targetBalance: number;
        thresholdType: ThresholdType;
        thresholdValue: number;
        updatedAt?: any | null;
    }
    Index

    Properties

    __typename?: "AutoRechargeSettingsDTO"
    createdAt?: any | null
    currencyId: string
    currentMonthlySpend: number
    customerId: string
    grantExpirationPeriod: GrantExpirationPeriod
    isEnabled: boolean
    maxSpendLimit?: number | null
    targetBalance: number
    thresholdType: ThresholdType
    thresholdValue: number
    updatedAt?: any | null
    MMNEPVFCICPMFPCPTTAAATR