Interface SapCpqSbOutboundQuoteService

All Known Implementing Classes:
DefaultSapCpqSbOutboundQuoteService

public interface SapCpqSbOutboundQuoteService
Subscription Quote Service to communicate with Sap CPQ system
  • Field Details

  • Method Details

    • requestSubscriptionPricing

      rx.Observable<org.springframework.http.ResponseEntity<Map>> requestSubscriptionPricing(SubscriptionPricingOutboundModel sapCPQOutboundQuoteStatusModel)
    • isSentSuccessfully

      static boolean isSentSuccessfully(org.springframework.http.ResponseEntity<Map> responseEntityMap)
    • getPropertyValue

      static String getPropertyValue(org.springframework.http.ResponseEntity<Map> responseEntityMap, String property)