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

The operations that can be performed on the data referenced by the token.

Namespace http://Hps.Exchange.PosGateway
Diagram
Delete Element Set Element Choice TokenActions Element
Overview
TokenActions

The operations that can be performed on the data referenced by the token.

Choice
Sequence 1..100
Attribute NameValuePairType Complex Type

The name and value of the attribute to update

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

The name of the attribute to delete. If an attribute is not provided, the token will be deleted.

Source
<xs:element name="TokenActions" 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 data referenced by the token.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element name="Set">
        <xs:complexType>
          <xs:sequence maxOccurs="100">
            <xs:element name="Attribute" type="NameValuePairType">
              <xs:annotation>
                <xs:documentation>
                  <p xmlns="http://Hps.Exchange.PosGateway">The name and value of the attribute to update</p>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Delete">
        <xs:complexType>
          <xs:sequence minOccurs="0" maxOccurs="100">
            <xs:element name="Attribute">
              <xs:annotation>
                <xs:documentation>
                  <p xmlns="http://Hps.Exchange.PosGateway">The name of the attribute to delete. If an attribute is not provided, the token will be deleted.</p>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
See Also
ManageTokensReqType Complex TypePosGateway Schema