Open the Portico Developer Guide site
PosGateway Schema
IssuerAppAddress Element
PosGateway Schema > IssuerAppDataDataType Complex Type : IssuerAppAddress Element
Description

The package name of the issuing bank’s mobile application.

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

The package name of the issuing bank’s mobile application.

Source
<xs:element name="IssuerAppAddress" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The package name of the issuing bank’s mobile application.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string" />
  </xs:simpleType>
</xs:element>
See Also
IssuerAppDataDataType Complex TypePosGateway Schema