Class CustomerInfo
- Namespace
- RinhaBackend
- Assembly
- Api.dll
Customer behavioral profile used for anomaly detection: spending average, recent activity, and known merchants.
public record CustomerInfo : IEquatable<CustomerInfo>
- Inheritance
-
CustomerInfo
- Implements
- Inherited Members
Constructors
- CustomerInfo(decimal, int, List<string>)
Customer behavioral profile used for anomaly detection: spending average, recent activity, and known merchants.