Writing the Client Selection Rule Class

The rule class for governing client selection must extend from the abstract class ClientSelectionInterfaceRuleSet.AbstractClients. Here is a description of the attribute(s) inherited from AbstractClients:

Table 1. Abstract Attribute(s) To Be Implemented
Rule Attribute Name Data Type Description
primaryClient Client The primary client for the product delivery being created as a result of authorization.

Client is an instance of ClientSelectionInterfaceRuleSet.Client.