Table of Contents

Namespace Visus.AddressValidation.Mappers

Interfaces

IApiRequestMapper<TRequest, TApiRequest>

Defines a mapper that converts an address validation request into a provider-specific API request.

IApiResponseMapper<TResponse>

Abstraction for mapping an API response to an IAddressValidationResponse.

IBatchApiRequestMapper<TRequest, TApiRequest>

Defines a mapper that converts a batch of address validation requests into a single provider-specific API request.

IBatchApiResponseMapper<TResponse>

Abstraction for mapping a single item within a batch API response to an IAddressValidationResponse.