Interface CheckVerificationRequiredStrategy
-
- All Known Implementing Classes:
CountryPropertyCheckVerificationRequiredStrategy
public interface CheckVerificationRequiredStrategyStrategy that defines if we should call the address verification external service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisVerificationRequired(AddressModel addressToVerify)Check if the address should be verified.
-
-
-
Method Detail
-
isVerificationRequired
boolean isVerificationRequired(AddressModel addressToVerify)
Check if the address should be verified.- Parameters:
addressToVerify- A hybris address model- Returns:
- true if the address should be verified, false otherwise
-
-