<xs:complexType name="CreditCaptureReqBlock1Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="GatewayTxnId" type="txnIdType" />
<xs:element name="Amt" type="amtTypeGlobal" />
<xs:element name="FullyCaptured" type="booleanType" minOccurs="0" />
</xs:all>
</xs:complexType>
|