Click or drag to resize
Infosoft Logo

DiscountChangeResult Class

A result class for the discount changes.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTODiscountChangeResult

Namespace: Infosoft.Webservices.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class DiscountChangeResult

The DiscountChangeResult type exposes the following members.

Properties
 NameDescription
Public propertyChangeSignature Gets or sets the change signature.
Public propertyChangeState Gets or sets the state of the change.
Public propertyCustomerNumber Gets or sets the customer number. Together with the title code this denotes the subscription.
Public propertyDiscountCode Gets or sets the discount code.
Public propertyDiscountResponsibleCode Gets or sets the discount responsible code.
Public propertyStartDate Gets or sets the start date for when the change should take effect
Public propertyTitleCode Gets or sets the title code. Together with the customernumber this denotes the subscription.
Top
See Also