Interface MockCreateCpiService
- All Known Implementing Classes:
DefaultMockCreateCpiService
public interface MockCreateCpiService
Mock processing the new subscribed products from an order.
- Since:
- 1810
-
Method Summary
Modifier and TypeMethodDescriptionvoidmockCreateSubscriptionsFromOrder(OrderModel orderModel) Process each order entry from the order based on order entry process type.Supported process types: ACQUISITION: creates new customer inventory entitiesTmaSubscriptionBaseModel,TmaBillingAgreementModelfor assigning the new createdTmaSubscribedProductModel.
-
Method Details
-
mockCreateSubscriptionsFromOrder
Process each order entry from the order based on order entry process type.Supported process types: ACQUISITION: creates new customer inventory entitiesTmaSubscriptionBaseModel,TmaBillingAgreementModelfor assigning the new createdTmaSubscribedProductModel.- Parameters:
orderModel- current order to be processed
-