Open the Portico Developer Guide site
PosGateway Schema
Type Element
PosGateway Schema > BNPLSecondaryReqBlock1Type Complex Type : Type Element
Description

Type of secondary Txn, possible values: CAPTURE, REFUND, REVERSAL

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
Type Restriction of xs:string

Type of secondary Txn, possible values: CAPTURE, REFUND, REVERSAL

Source
<xs:element name="Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Type of secondary Txn, possible values: CAPTURE, REFUND, REVERSAL</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="CAPTURE" />
      <xs:enumeration value="REFUND" />
      <xs:enumeration value="REVERSAL" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
BNPLSecondaryReqBlock1Type Complex TypePosGateway Schema