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)