Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.62 KB

chargeservice-class-microsoft-dynamics-commerce-runtime-services.md

File metadata and controls

60 lines (43 loc) · 1.62 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
ChargeService Class (Microsoft.Dynamics.Commerce.Runtime.Services)
ChargeService Class
T:Microsoft.Dynamics.Commerce.Runtime.Services.ChargeService
49822666
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.Services.ChargeService
CSharp
C++
VB

ChargeService Class

[!INCLUDEarchive-banner]

This service implements logic for calculating auto-charges, price charges, and shipping charges for transactions.

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

Syntax

'Declaration
Public Class ChargeService _
    Implements IRequestHandler
'Usage
Dim instance As ChargeService
public class ChargeService : IRequestHandler
public ref class ChargeService : IRequestHandler

Inheritance Hierarchy

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

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