StatusTransactionCodeType

A global transaction level code to express success or failure **>
Fail : All actions returned errors or no lines **>Pass : At least one of the
actions returned a success or lines.

Simple Type Information

Used By

Source

<xs:simpleType name="StatusTransactionCodeType" id="StatusTransaction_CodeType">
  <xs:annotation>
    <xs:documentation>A global transaction level code to express success or failure **> Fail : All actions returned errors or no lines **>Pass : At least one of the actions returned a success or lines.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Failure"/>
    <xs:enumeration value="Partial"/>
    <xs:enumeration value="Success"/>
  </xs:restriction>
</xs:simpleType>