java.lang.Object
es.kukenan.smartfi.microservice.firm.api.firmcontrol.request.FirmControlRequestDto

public class FirmControlRequestDto extends Object
DTO Firm Request.
  • Field Details

    • firmType

      @NotNull private @NotNull String firmType
      Firm Type.
    • operationType

      @NotNull private @NotNull String operationType
      Operation Type.
    • operationId

      @NotEmpty private @NotEmpty String operationId
      Operation Id.
    • backofficeId

      @NotNull private @NotNull Integer backofficeId
      Operation Type.
    • expiredDate

      private LocalDateTime expiredDate
      Expired date.
    • data

      private OperationData data
      Data.
    • executionMethod

      @NotNull private @NotNull String executionMethod
      Execution Method.
    • executionHost

      @NotNull private @NotNull String executionHost
      Execution host.
    • executionUrl

      @NotNull private @NotNull String executionUrl
      Execution Url.
    • executionBody

      private String executionBody
      Execution Body.
    • executionHeaders

      private Map<String,String> executionHeaders
      Execution Headers.
    • externalReference

      private String externalReference
      External Reference.
  • Constructor Details

    • FirmControlRequestDto

      public FirmControlRequestDto()