ChargeGroup Property

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.

Gets or sets the customer's charge (markup) group for autocharges and shipping charges.

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

Syntax

'Declaration
<ColumnAttribute("MARKUPGROUP")> _
<DataMemberAttribute> _
Public Property ChargeGroup As String
    Get
    Set
'Usage
Dim instance As Customer
Dim value As String

value = instance.ChargeGroup

instance.ChargeGroup = value
[ColumnAttribute("MARKUPGROUP")]
[DataMemberAttribute]
public string ChargeGroup { get; set; }
[ColumnAttribute(L"MARKUPGROUP")]
[DataMemberAttribute]
public:
property String^ ChargeGroup {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The charge group.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace