Share via


ChargeModule Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Represents the charge module.

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

Syntax

'Declaration
Public Enumeration ChargeModule
'Usage
Dim instance As ChargeModule
public enum ChargeModule
public enum class ChargeModule

Members

Member name Description
None No charge module.
Sales The sales charge module.
Retail The retail charge module which includes shipping and product fees.

Remarks

Maps to the MarkupModuleType enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace