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
ProductionEndpointUri
FedEx API Production Endpoint
public static readonly Uri ProductionEndpointUri
Field Value
SupportedCountries
Countries that are supported by the FedEx Address Validation API.
public static readonly FrozenSet<CountryCode> SupportedCountries
Field Value
SupportedLocales
IETF BCP 47 locale tags that are supported by the FedEx Address Validation API.
public static readonly FrozenSet<string> SupportedLocales