Table of Contents

Class Constants

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

Configuration constants for FedEx Service Integration

public static class Constants
Inheritance
Constants
Inherited Members

Fields

DevelopmentEndpointUri

FedEx API Development Endpoint

public static readonly Uri DevelopmentEndpointUri

Field Value

Uri

ProductionEndpointUri

FedEx API Production Endpoint

public static readonly Uri ProductionEndpointUri

Field Value

Uri

SupportedCountries

Countries that are supported by the FedEx Address Validation API.

public static readonly FrozenSet<CountryCode> SupportedCountries

Field Value

FrozenSet<CountryCode>

SupportedLocales

IETF BCP 47 locale tags that are supported by the FedEx Address Validation API.

public static readonly FrozenSet<string> SupportedLocales

Field Value

FrozenSet<string>