ChargeConfigurationHeader Class
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.
This class is used as a filter API for specifying which auto charge configurations will be retrieved from the DB. Auto-charge headers have account, item, and delivery mode settings on them. Any type here which is not set to 'None' will be used as a filter for retrieving any charge configurations which meet that criteria.
For example: Setting AccountType=All, ItemType=Item, ItemRelation="1000", will retrieve all auto-charges for any customer on item 1000.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Class ChargeConfigurationHeader
'Usage
Dim instance As ChargeConfigurationHeader
public class ChargeConfigurationHeader
public ref class ChargeConfigurationHeader
Remarks
This is not an entity which is retrieved from the database.
Inheritance Hierarchy
System.Object
Microsoft.Dynamics.Commerce.Runtime.DataModel.ChargeConfigurationHeader
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.