Click or drag to resize
Infosoft Logo

ChangeType Enumeration

An enum describing the various "states" a change/delivery or change request can have. It is a mix of request types and reporting types. Some are automatically used when using a sepcific method, while others will only be used for querying, and others yet are used as output types to describe a delivery history.

Namespace: Infosoft.Webservices.Subscription.helpclasses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public enum ChangeType
Members
Member nameValueDescription
NONE0 A dummy default type
TEMPMOVE1 Indicates a temporary move change request
TEMPSTOP2 Indicates a temporary stop change request
TEMPPROD3 Indicates a temporary product change request
GIVEAWAY4 Indicates a "institution" give away change request
KEEP5 Indicates a keep change request
RESTART6 Indicates a request for restarting a subscription
STOP7 Indicates a stopped subscription (not delivered period)
PRODUCT8 Indicates a request for a permanent product change
MOVE9 Indicates a request for a permanent address change
BILLPAYER10 Indicates a request for a change/creation of a bill payer
ALL11 A query parameter to get all change types
TERM12 Indicates a request for a permanent change of payment term
PRODUCTTERM13 A combination of TERM and PRODUCT
NEW_START14 A reporting type, indicating an ORDERED delivery period, that has yet to be approved/imported into the production system. Only used as query ouput.
REGULAR_DELIVERY15 A reporting type, indicating a regular delivery period. Only used as query output.
DISCOUNT16 Indicates a request for a permanent change of the discount
NAME17 Indicates a request for a permanent change of the name
NUMBEROFCOPIES18 Indicates a request for a permanent change of the number of copies
See Also