Package customer

Enum Class CustomerType

java.lang.Object
java.lang.Enum<CustomerType>
customer.CustomerType
All Implemented Interfaces:
Serializable, Comparable<CustomerType>, Constable

public enum CustomerType extends Enum<CustomerType>
Enum representing the types of customers, primarily used to determine betting limits.

Each customer type specifies a different maximum stake limit, which is represented by the maxStake field. The stake limit varies by customer type as follows:

  • BASIC - Standard customer with a basic betting limit of 100 units.
  • GOLD - Gold-level customer with a higher betting limit of 1,000 units.
  • PLATINUM - Platinum-level customer with the highest betting limit of 2,000 units.