Table of Contents

Class Constants

Namespace
Visus.AddressValidation.Integration.FedEx
Assembly
Visus.AddressValidation.Integration.FedEx.dll

Configuration constants for the FedEx integration.

public static class Constants
Inheritance
Constants
Inherited Members

Fields

DevelopmentEndpointUri

The FedEx API development endpoint.

public static readonly Uri DevelopmentEndpointUri

Field Value

Uri

MaxBatchSize

The maximum number of addresses allowed in a single batch request.

public const int MaxBatchSize = 100

Field Value

int

ProductionEndpointUri

The FedEx API production endpoint.

public static readonly Uri ProductionEndpointUri

Field Value

Uri

SupportedCountries

The countries the FedEx Address Validation API supports.

public static readonly FrozenSet<CountryCode> SupportedCountries

Field Value

FrozenSet<CountryCode>

SupportedLocales

The IETF BCP 47 locale tags the FedEx Address Validation API supports.

public static readonly FrozenSet<string> SupportedLocales

Field Value

FrozenSet<string>