public interface AddressVerificationFacade
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCustomerAllowedToIgnoreAddressSuggestions()
Checks the AddressVerificationService to see if the customer can ignore the suggestions that were provided.
|
AddressVerificationResult |
verifyAddressData(AddressData addressData)
Calls the configurable AddressVerificationService to verify the incoming address.
|
AddressVerificationResult verifyAddressData(AddressData addressData)
addressData - the address data to be verified.boolean isCustomerAllowedToIgnoreAddressSuggestions()
Copyright © 2018 SAP SE. All Rights Reserved.