Package customer
package customer
This package contains classes and interfaces related to customers and their betting activities.
The customer package includes classes such as Customer representing customers,
and CustomerBet representing individual bets placed by customers.
Additional classes like GoldCustomer and PlatinumCustomer
define specific customer types with different betting limits.
-
ClassDescriptionRepresents a customer with betting capabilities, including a list of bets, total gains, and spending information.Represents a customer's individual bet, including the bet details, stake amount, choice, and potential payout.Enum representing the types of customers, primarily used to determine betting limits.Represents a Gold-level customer, a specialized type of
Customerwith enhanced betting limits.Interface for classes that provide access to a list of customer bets.Represents a Platinum-level customer, a specialized type ofCustomerwith the highest betting limits.