Table of Contents

Constructor CustomerInfo

Namespace
RinhaBackend
Assembly
Api.dll

CustomerInfo(decimal, int, List<string>)

Customer behavioral profile used for anomaly detection: spending average, recent activity, and known merchants.

public CustomerInfo(decimal AvgAmount, int TxCount24h, List<string> KnownMerchants)

Parameters

AvgAmount decimal
TxCount24h int
KnownMerchants List<string>