DECISION - the address verification decision data typeFIELD_ERROR - the address field error data typepublic interface AddressVerificationService<DECISION,FIELD_ERROR>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCustomerAllowedToIgnoreSuggestions()
Used to determine if the customer is allowed to ignore the address suggestions of this AddressVerificationService
and proceed with checkout.
|
AddressVerificationResultData<DECISION,FIELD_ERROR> |
verifyAddress(AddressModel addressModel)
This method takes in an AddressModel, verifies it using the chosen implementation and returns an
AddressVerificationResultData.
|
AddressVerificationResultData<DECISION,FIELD_ERROR> verifyAddress(AddressModel addressModel)
addressModel - the address to be verified.boolean isCustomerAllowedToIgnoreSuggestions()
Copyright © 2018 SAP SE. All Rights Reserved.