Open the Portico Developer Guide site
PosGateway Schema
MultiFulfillmentDataType Complex Type
PosGateway Schema : MultiFulfillmentDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
FullyCapturedInd Element CaptureAmtInfo Element All MultiFulfillmentDataType Complex Type
Overview
All
CaptureAmtInfo optional amtTypeGlobal Simple Type
Captured Amount
FullyCapturedInd optional booleanType Simple Type

Indicates whether or not the AltpaymentCapture has been fully captured.

Used By
MultiFulfillmentData Element
MultiFulfillmentData Element
Source
<xs:complexType name="MultiFulfillmentDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="CaptureAmtInfo" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Captured Amount</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FullyCapturedInd" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates whether or not the AltpaymentCapture has been fully captured.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema