Class GenericGatewayResponse

java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.gateway.GenericGatewayResponse
All Implemented Interfaces:
Serializable

public class GenericGatewayResponse extends Object implements Serializable
DTO describing a response for generic gateway calls.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID identifier.
      See Also:
    • body

      private com.fasterxml.jackson.databind.node.ObjectNode body
      Body reply.
  • Constructor Details

    • GenericGatewayResponse

      public GenericGatewayResponse()