Indicates whether a merchant supports real-time Substantiation
First Additional Amount information
The type of healthcare amount; see the associated Type enumerations for specific values supported.
Amount associated with the specified type
Second Additional Amount information
Third Additional Amount information
Fourth Additional Amount information
<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>