GetChargesRequest Class

Request to populate the auto-charges, price charges, and shipping charges on a transaction and its lines.

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

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class GetChargesRequest _
    Inherits ServiceRequest
'Usage
Dim instance As GetChargesRequest
[DataContractAttribute]
public sealed class GetChargesRequest : ServiceRequest
[DataContractAttribute]
public ref class GetChargesRequest sealed : public ServiceRequest

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.ServiceRequest
    Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetChargesRequest

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.Messages Namespace