Final answer:
In a strategy, there are different ways to check if a customer rejected a proposition.
Step-by-step explanation:
In a strategy, to check if a customer rejected a proposition, you can use the following methods:
- Check if .pyOutcome value is equal to "Rejected".
- Check if .pyResult value is equal to "Rejected".
- Check if .pyResponse value is equal to "Rejected".
- Check if .pyRejected value is equal to "True".
By using any of these methods, you can determine if the customer rejected the proposition based on the values of the respective properties.