CRMDiscount Class
The CRMDiscount class contains methods that you can use to manage discounts.
There are no properties for this class.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
CRMDiscount
[Visual Basic .NET]
Public Class CRMDiscount
Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMDiscount : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMDiscount: public System.Web.Services.Protocols.SoapHttpClientProtocol
The CRMDiscount class exposes the following methods.
Method | Description |
Create | Creates a new discount. |
CreateAndRetrieve | Creates a discount and then retrieves it. |
Delete | Deletes a discount. |
Retrieve | Retrieves a discount. |
RetrieveByObject | Retrieves all discounts that are associated with an object (discount type). |
Update | Updates a discount. |
UpdateAndRetrieve | Updates a discount and then retrieves it. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also