Interface MockCreateCpiService

  • All Known Implementing Classes:
    DefaultMockCreateCpiService

    public interface MockCreateCpiService
    Mock processing the new subscribed products from an order.
    Since:
    1810
    • Method Detail

      • mockCreateSubscriptionsFromOrder

        void mockCreateSubscriptionsFromOrder​(OrderModel orderModel)
        Process each order entry from the order based on order entry process type.Supported process types: ACQUISITION: creates new customer inventory entities TmaSubscriptionBaseModel, TmaBillingAgreementModel for assigning the new created TmaSubscribedProductModel.
        Parameters:
        orderModel - current order to be processed