Package com.adyen.checkout.dropin
Class AddressLookupDropInServiceResult.LookupResult
-
- All Implemented Interfaces:
public final class AddressLookupDropInServiceResult.LookupResult extends AddressLookupDropInServiceResult
Only applicable to address lookup flow.
Send this to display the options received for the query shopper has inputted.
-
-
Constructor Summary
Constructors Constructor Description AddressLookupDropInServiceResult.LookupResult(List<LookupAddress> options)
-
Method Summary
Modifier and Type Method Description final List<LookupAddress>getOptions()-
-
Constructor Detail
-
AddressLookupDropInServiceResult.LookupResult
AddressLookupDropInServiceResult.LookupResult(List<LookupAddress> options)
- Parameters:
options- Address options to be displayed to the shopper.
-
-
Method Detail
-
getOptions
final List<LookupAddress> getOptions()
-
-
-
-