Package com.onfido

Class AddressManager


  • public class AddressManager
    extends ResourceManager
    Manager class for the Address resource type. Contains resource-specific methods for interacting with the API.
    • Constructor Detail

      • AddressManager

        protected AddressManager​(Config config,
                                 okhttp3.OkHttpClient client)
    • Method Detail

      • pick

        public List<Address> pick​(String postcode)
                           throws OnfidoException
        Performs a search for addresses by postcode (UK only).
        Parameters:
        postcode - the postcode
        Returns:
        a list of Address objects
        Throws:
        OnfidoException - the onfido exception