UPS Class

UPS adapter implementation.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)

Syntax

'Declaration
<ExportAttribute(GetType(IService))> _
Public NotInheritable Class UPS _
    Implements IShippingCarrierService, IService, IInitializable
'Usage
Dim instance As UPS
[ExportAttribute(typeof(IService))]
public sealed class UPS : IShippingCarrierService, IService, 
    IInitializable
[ExportAttribute(typeof(IService))]
public ref class UPS sealed : IShippingCarrierService, 
    IService, IInitializable

Remarks

Implement IInitializable for access to CRT configuration in order to access AddressDataMananger.

AddressDataManager used for mapping three digit country codes to two digit codes.

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.UPS

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services Namespace