X12AcknowledgementSettings interface
The X12 agreement acknowledgement settings.
Properties
acknowledgement |
The acknowledgement control number lower bound. |
acknowledgement |
The acknowledgement control number prefix. |
acknowledgement |
The acknowledgement control number suffix. |
acknowledgement |
The acknowledgement control number upper bound. |
batch |
The value indicating whether to batch functional acknowledgements. |
batch |
The value indicating whether to batch implementation acknowledgements. |
batch |
The value indicating whether to batch the technical acknowledgements. |
functional |
The functional acknowledgement version. |
implementation |
The implementation acknowledgement version. |
need |
The value indicating whether functional acknowledgement is needed. |
need |
The value indicating whether implementation acknowledgement is needed. |
need |
The value indicating whether a loop is needed for valid messages. |
need |
The value indicating whether technical acknowledgement is needed. |
rollover |
The value indicating whether to rollover acknowledgement control number. |
send |
The value indicating whether to send synchronous acknowledgement. |
Property Details
acknowledgementControlNumberLowerBound
The acknowledgement control number lower bound.
acknowledgementControlNumberLowerBound: number
Property Value
number
acknowledgementControlNumberPrefix
The acknowledgement control number prefix.
acknowledgementControlNumberPrefix?: string
Property Value
string
acknowledgementControlNumberSuffix
The acknowledgement control number suffix.
acknowledgementControlNumberSuffix?: string
Property Value
string
acknowledgementControlNumberUpperBound
The acknowledgement control number upper bound.
acknowledgementControlNumberUpperBound: number
Property Value
number
batchFunctionalAcknowledgements
The value indicating whether to batch functional acknowledgements.
batchFunctionalAcknowledgements: boolean
Property Value
boolean
batchImplementationAcknowledgements
The value indicating whether to batch implementation acknowledgements.
batchImplementationAcknowledgements: boolean
Property Value
boolean
batchTechnicalAcknowledgements
The value indicating whether to batch the technical acknowledgements.
batchTechnicalAcknowledgements: boolean
Property Value
boolean
functionalAcknowledgementVersion
The functional acknowledgement version.
functionalAcknowledgementVersion?: string
Property Value
string
implementationAcknowledgementVersion
The implementation acknowledgement version.
implementationAcknowledgementVersion?: string
Property Value
string
needFunctionalAcknowledgement
The value indicating whether functional acknowledgement is needed.
needFunctionalAcknowledgement: boolean
Property Value
boolean
needImplementationAcknowledgement
The value indicating whether implementation acknowledgement is needed.
needImplementationAcknowledgement: boolean
Property Value
boolean
needLoopForValidMessages
The value indicating whether a loop is needed for valid messages.
needLoopForValidMessages: boolean
Property Value
boolean
needTechnicalAcknowledgement
The value indicating whether technical acknowledgement is needed.
needTechnicalAcknowledgement: boolean
Property Value
boolean
rolloverAcknowledgementControlNumber
The value indicating whether to rollover acknowledgement control number.
rolloverAcknowledgementControlNumber: boolean
Property Value
boolean
sendSynchronousAcknowledgement
The value indicating whether to send synchronous acknowledgement.
sendSynchronousAcknowledgement: boolean
Property Value
boolean