Open the Portico Developer Guide site
PosGateway Schema
Set Element
PosGateway Schema > ManageSettingsReqType Complex Type > SettingActions Element : Set Element
Namespace http://Hps.Exchange.PosGateway
Diagram
NameValuePair Element Sequence Set Element
Overview
Sequence 1..100
NameValuePair NameValuePairType Complex Type

The name and value of the setting to update

Sequence
Name xs:string
Value xs:string
Source
<xs:element name="Set" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
SettingActions ElementManageSettingsReqType Complex TypePosGateway Schema