Open the Portico Developer Guide site
PosGateway Schema
AutoSubstantiationReportType Complex Type
PosGateway Schema : AutoSubstantiationReportType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
FourthAdditionalAmtInfo Element ThirdAdditionalAmtInfo Element SecondAdditionalAmtInfo Element FirstAdditionalAmtInfo Element RealTimeSubstantiation Element All AutoSubstantiationReportType Complex Type
Overview
All
RealTimeSubstantiation booleanType Simple Type

Indicates whether a merchant supports real-time Substantiation

FirstAdditionalAmtInfo AdditionalAmtType Complex Type

First Additional Amount information

All
AmtType amtTypeType Simple Type

The type of healthcare amount; see the associated Type enumerations for specific values supported.

Amt amtTypeGlobal Simple Type

Amount associated with the specified type

SecondAdditionalAmtInfo optional AdditionalAmtType Complex Type

Second Additional Amount information

All
AmtType amtTypeType Simple Type

The type of healthcare amount; see the associated Type enumerations for specific values supported.

Amt amtTypeGlobal Simple Type

Amount associated with the specified type

ThirdAdditionalAmtInfo optional AdditionalAmtType Complex Type

Third Additional Amount information

All
AmtType amtTypeType Simple Type

The type of healthcare amount; see the associated Type enumerations for specific values supported.

Amt amtTypeGlobal Simple Type

Amount associated with the specified type

FourthAdditionalAmtInfo optional AdditionalAmtType Complex Type

Fourth Additional Amount information

All
AmtType amtTypeType Simple Type

The type of healthcare amount; see the associated Type enumerations for specific values supported.

Amt amtTypeGlobal Simple Type

Amount associated with the specified type

Used By
AutoSubstantiation Element
Source
<xs:complexType name="AutoSubstantiationReportType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="RealTimeSubstantiation" type="booleanType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates whether a merchant supports real-time Substantiation</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FirstAdditionalAmtInfo" type="AdditionalAmtType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">First Additional Amount information</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SecondAdditionalAmtInfo" type="AdditionalAmtType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Second Additional Amount information</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ThirdAdditionalAmtInfo" type="AdditionalAmtType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Third Additional Amount information</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FourthAdditionalAmtInfo" type="AdditionalAmtType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Fourth Additional Amount information</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema