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

The operations that can be performed on the associated settings

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

The operations that can be performed on the associated settings

Choice
Sequence 1..100
NameValuePair NameValuePairType Complex Type

The name and value of the setting to update

Sequence
Name xs:string
Value xs:string
Sequence 0..100
Name xs:string

The name of the setting to query

Source
<xs:element name="SettingActions" 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 associated settings</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element name="Set">
        <xs:complexType>
          <xs:sequence maxOccurs="100">
            <xs:element name="NameValuePair" type="NameValuePairType">
              <xs:annotation>
                <xs:documentation>
                  <p xmlns="http://Hps.Exchange.PosGateway">The name and value of the setting to update</p>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Query">
        <xs:complexType>
          <xs:sequence minOccurs="0" maxOccurs="100">
            <xs:element name="Name" type="xs:string">
              <xs:annotation>
                <xs:documentation>
                  <p xmlns="http://Hps.Exchange.PosGateway">The name of the setting to query</p>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
See Also
ManageSettingsReqType Complex TypePosGateway Schema