Interface CustomerSpecialType
-
public interface CustomerSpecialType
Denotes fundamentally special types of customers. This is for internal differentiation, not for application of business logic like offer qualification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
-
-
-
Method Detail
-
name
String name()
-
-