Open the Portico Developer Guide site
PosGateway Schema
ManageSettingsReqType Complex Type
PosGateway Schema : ManageSettingsReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
SettingActions Element DeviceId Element MerchNbr Element All ManageSettingsReqType Complex Type
Overview
All
MerchNbr optional merchNbrType Simple Type

The merchant number

DeviceId optional deviceIdType Simple Type

Used to specify the device id for which settings should be managed (must belong to the merchant)

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 0..100
Name xs:string

The name of the setting to query

Used By
ManageSettings Element
Source
<xs:complexType name="ManageSettingsReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="MerchNbr" type="merchNbrType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The merchant number</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeviceId" type="deviceIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Used to specify the device id for which settings should be managed (must belong to the merchant)</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SettingActions">
      <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>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema