java.lang.Object
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest

public class ProductSearchRequest extends Object
This class encapsulates all required information to search a product (product detail) and create a full ProductDetailDomain object.
  • Field Details

    • skylineUserId

      private final String skylineUserId
      Skyline user identifier.
    • entity

      private final es.kukenan.smartfi.common.service.jwt.enums.EntityBankEnum entity
      User back entity.
    • skylineProductId

      private final String skylineProductId
      Skyline product identifier.
    • backOfficeId

      private final Integer backOfficeId
      Backoffice identifier.
    • coreUserId

      private final String coreUserId
      User identifier in the backoffice.
    • coreSubsystem

      private final String coreSubsystem
      Subsystem identifier inside the backoffice.
    • contractId

      private final String contractId
      Core contract identifier.
    • coreProductId

      private String coreProductId
      Product identifier in the backoffice subsystem.
    • coreProductTypeId

      private String coreProductTypeId
      Product type in the backoffice subsystem.
    • coreProductDetail

      private String coreProductDetail
      Product detail in the backoffice subsystem.
    • currency

      private boolean currency
      Product type in the backoffice subsystem.
  • Constructor Details

    • ProductSearchRequest

      public ProductSearchRequest()