Open the Portico Developer Guide site
PosGateway Schema
StatusAction Element
PosGateway Schema > NTRSTokenActionType Complex Type : StatusAction Element
Description

The requested status action to take.

Valid values DELETE_TOKEN, RESUME_TOKEN, SUSPEND_TOKEN

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
StatusAction Restriction of xs:string

The requested status action to take.

Valid values DELETE_TOKEN, RESUME_TOKEN, SUSPEND_TOKEN

Source
<xs:element name="StatusAction" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The requested status action to take.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Valid values DELETE_TOKEN, RESUME_TOKEN, SUSPEND_TOKEN</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="DELETE_TOKEN" />
      <xs:enumeration value="RESUME_TOKEN" />
      <xs:enumeration value="SUSPEND_TOKEN" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSTokenActionType Complex TypePosGateway Schema