Click or drag to resize
Infosoft Logo

ProductChangeData Class

A class for holding data needed to change the product (and possible the term) of a subscription
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTOProductChangeData

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

The ProductChangeData type exposes the following members.

Properties
 NameDescription
Public propertyCustomerNumber Gets or sets the customer number. Together with the title code this denotes the subscription.
Public propertyEndDate Gets or sets the end date for when the change should revert back.
Public propertyNewNumberOfCopies Gets or sets the new number copies. TThis parameter is optional.
Public propertyProductCode Gets or sets the product code.
Public propertyStartDate Gets or sets the start date for when the change should take effect
Public propertyTermCode Gets or sets the term code.
Public propertyTitleCode Gets or sets the title code. Together with the customernumber this denotes the subscription.
Top
See Also