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

The operations that can be performed on the merchant's users

Namespace http://Hps.Exchange.PosGateway
Diagram
Query Element Choice UserActions Element
Overview
UserActions

The operations that can be performed on the merchant's users

Choice
Source
<xs:element name="UserActions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The operations that can be performed on the merchant's users</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element name="Query">
        <xs:complexType />
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
See Also
PosManageUsersReqType Complex TypePosGateway Schema