|
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.helpclassesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
NONE | 0 |
A dummy default type
|
TEMPMOVE | 1 |
Indicates a temporary move change request
|
TEMPSTOP | 2 |
Indicates a temporary stop change request
|
TEMPPROD | 3 |
Indicates a temporary product change request
|
GIVEAWAY | 4 |
Indicates a "institution" give away change request
|
KEEP | 5 |
Indicates a keep change request
|
RESTART | 6 |
Indicates a request for restarting a subscription
|
STOP | 7 |
Indicates a stopped subscription (not delivered period)
|
PRODUCT | 8 |
Indicates a request for a permanent product change
|
MOVE | 9 |
Indicates a request for a permanent address change
|
BILLPAYER | 10 |
Indicates a request for a change/creation of a bill payer
|
ALL | 11 |
A query parameter to get all change types
|
TERM | 12 |
Indicates a request for a permanent change of payment term
|
PRODUCTTERM | 13 |
A combination of TERM and PRODUCT
|
NEW_START | 14 |
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_DELIVERY | 15 |
A reporting type, indicating a regular delivery period. Only used as query output.
|
DISCOUNT | 16 |
Indicates a request for a permanent change of the discount
|
NAME | 17 |
Indicates a request for a permanent change of the name
|
NUMBEROFCOPIES | 18 |
Indicates a request for a permanent change of the number of copies
|
See Also