NeedImmediateResponse

public enum NeedImmediateResponse : String, Encodable

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

  • yes

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

    Declaration

    Swift

    case yes = "Y"
  • no

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

    Declaration

    Swift

    case no = "N"