Open the Portico Developer Guide site
PosGateway Schema
ExpYear Element
PosGateway Schema > PaymentMethodKeyData Complex Type : ExpYear Element
Description

Expiration year

Note: If expiration month and year are provided, they will be used for processing the transaction rather than the stored values associated with the provided token. This is for the current transaction only and will not be stored for future use.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of yearType Simple Type
Overview
ExpYear optional Restriction of yearType Simple Type

Expiration year

Note: If expiration month and year are provided, they will be used for processing the transaction rather than the stored values associated with the provided token. This is for the current transaction only and will not be stored for future use.

Source
<xs:element name="ExpYear" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Expiration year</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> If expiration month and year are provided, they will be used for processing the transaction rather than the stored values associated with the provided token. This is for the current transaction only and will not be stored for future use.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="yearType" />
  </xs:simpleType>
</xs:element>
See Also
PaymentMethodKeyData Complex TypePosGateway Schema