Infosoft. |
Class | Description | |
---|---|---|
ChangeSubscriptionDiscountRequest | A message contract having for requesting a subscription product change | |
ChangeSubscriptionDiscountResponse | The response containing the change as it was persisted to the database | |
ChangeSubscriptionPaymentTypeRequest | A message contract having for requesting a subscription payment type change | |
ChangeSubscriptionPaymentTypeResponse | The response containing the change as it was persisted to the database | |
ChangeSubscriptionProductRequest | A message contract having for requesting a subscription product change | |
ChangeSubscriptionProductResponse | The response containing the change as it was persisted to the database | |
CompleteSubscriptionRequest | Provides data for the CompleteSubscription operation on ISubscriptionOrderService. | |
CompleteSubscriptionResponse | ||
ExtendSubscriptionRequest | A message contract containing all parameters for extending a subscription. | |
ExtendSubscriptionResponse | A class that holds all response parameters from an extend subscription order. | |
GetPermanentChangesForSubscriptionRequest | A message contract having for requesting a subscription permanent change | |
GetPermanentChangesForSubscriptionResponse | The response containing the permanent change as it was persisted to the database | |
GetSubscriptionInvoicesRequest | Provides data for the request to the GetSubscriptionInvoices operation on ISubscriptionInvoiceService. | |
GetSubscriptionInvoicesResponse | Provides data for the response from the GetSubscriptionInvoices operation on ISubscriptionInvoiceService. | |
OrderSubscriptionPriceRequest | A special variant of OrderSubscriptionRequest where it's possible to override the amount. Inherits all values from OrderSubscriptionRequest. | |
OrderSubscriptionRequest | A message contract containing all parameters for ordering a new subscription. How each parameter set changes behavior is dependent on the handler of the message (i.e. the web method invoked). | |
OrderSubscriptionResponse | A class that holds all response parameters from a subscription order. | |
SubscriptionChangeService | Class that implements the Subsription Change Service, handling changes to subscriptions. | |
SubscriptionInvoiceService | A service for retrieveing a customers invoices and invoice transactions between two dates. | |
SubscriptionOrderService | The Subsription Order Service class contains methods for handling orders of new subscriptions, on existing and new customers. This specific implementation relates it operations to the callresult table where nesecary, and thus requires a subsequent import for the result to be carried over to the production system. | |
SubscriptionOrderServicePrice | The Subsription Order Service Price class contains methods for handling orders of new subscriptions, on existing and new customers. This specific implementation relates it operations to the callresult table where nesecary, and thus requires a subsequent import for the result to be carried over to the production system. | |
UpdateFixedDueDayRequest | A message contract containing all parameters for setting the a fixed due day for a subscription. | |
UpdateFixedDueDayResponse | The response containing the response parameter | |
UpdateFixedSettlingDateRequest | A message contract containing all parameters for setting the fixed settling date for a subscription. | |
UpdateFixedSettlingDateResponse | The response containing the response parameter |
Interface | Description | |
---|---|---|
ISubscriptionChangeService | A service exposing methods for changing subscriptions. Either permanently or temporarily. | |
ISubscriptionInvoiceService | A service contract that provides operations related to invoices for subscriptions. | |
ISubscriptionOrderService | A service that supplies methods for ordering subscriptions. | |
ISubscriptionOrderServicePrice | A service that supplies methods for ordering subscriptions. |
Enumeration | Description | |
---|---|---|
ChangeScope | An enum used to determine if the change is permanent or temporary |