NeedImmediateResponse

public enum NeedImmediateResponse : String, Encodable

Whether or not the submitting system requires an immediate response back to the request.

  • yes

    Y : If the submitting system requires an immediate response back to the request.

    Declaration

    Swift

    case yes = "Y"
  • no

    N : The system will execute synchronous calls based on the service IDs used in the request.

    Declaration

    Swift

    case no = "N"