Open the Portico Developer Guide site
PosGateway Schema
NTRSTokenStatusRspStatusType Complex Type
PosGateway Schema : NTRSTokenStatusRspStatusType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
NTRSTokenLastModified Element NTRSTokenStatus Element NTRSTokenId Element All NTRSTokenStatusRspStatusType Complex Type
Overview
All
NTRSTokenId xs:string

The ID of the token that status is being requested for.

NTRSTokenStatus Restriction of xs:string

The current state of the token. Allowed values: INACTIVE, ACTIVE, SUSPENDED, DELETED.

NTRSTokenLastModified Restriction of xs:dateTime

The current state of the token. Allowed values: INACTIVE, ACTIVE, SUSPENDED, DELETED.

Used By
NTRSTokenStatus Element
NTRSUpdateTokenStatus Element
Source
<xs:complexType name="NTRSTokenStatusRspStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="NTRSTokenId" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The ID of the token that status is being requested for.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NTRSTokenStatus">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The current state of the token. Allowed values: INACTIVE, ACTIVE, SUSPENDED, DELETED.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="INACTIVE" />
          <xs:enumeration value="ACTIVE" />
          <xs:enumeration value="SUSPENDED" />
          <xs:enumeration value="DELETED" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="NTRSTokenLastModified">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The current state of the token. Allowed values: INACTIVE, ACTIVE, SUSPENDED, DELETED.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:dateTime" />
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema