Click or drag to resize
Infosoft Logo

SubscriptionExchange Class

A DTO for exchanging information on a subscription. Contains info on the title, product etc.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTOSubscriptionExchange

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

The SubscriptionExchange type exposes the following members.

Properties
 NameDescription
Public propertyEndDate Gets or sets the end date.
Public propertyNumberOfCopies Gets or sets the number of copies. Defaults to 1 if omitted
Public propertyProductCode Gets or sets the product code. Must be a valid product on the given title. Note it can in some cases be overriden by an offer if so specified.
Public propertyStartCode Gets or sets the start code. If specified must exist in the database.
Public propertyStartDate Gets or sets the start date.
Public propertyTermCode Gets or sets the term code. Must be a valid term for the given title/product. Note it can in some cases be overriden by an offer if so specified.
Public propertyTitleCode Gets or sets the title code. Must be a valid title code
Top
See Also