Open the Portico Developer Guide site
PosGateway Schema
CardAssets Element
PosGateway Schema > CardMetadataRspType Complex Type : CardAssets Element
Description

Array of the card issuer.

Namespace http://Hps.Exchange.PosGateway
Diagram
CardAssetsData Element Sequence CardAssets Element
Overview
CardAssets

Array of the card issuer.

Sequence
CardAssetsData 0..∞ CardAssetsDataDataType Complex Type

The name of the card issuer.

All
GuId Restriction of xs:string

Unique identifier (GUID format) of the asset.

AssetType Restriction of xs:string

The type of the content. Allowed Values: CARD_ART_FOREGROUND, CARD_ART_BACKGROUND, ICON_ISSUER, TERMS_AND_CONDITIONS, COMBINED_BACKGROUND, ICON_PAYMENT_NETWORK, ICON_COBRAND, ICON_CARD

MimeType Restriction of xs:string

The mime type of the asset. Allowed values: IMAGE/PNG, IMAGE/JPEG, IMAGE/PDF, IMAGE/SVG+XML, TEXT/HTML, TEXT/PLAIN, APPLICATION/PDF, TEXT/XML

PixelHeight Restriction of xs:int

The height of the image in pixels.

PixelWidth Restriction of xs:int

The width of the image in pixels.

Source
<xs:element name="CardAssets" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Array of the card issuer.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="CardAssetsData" type="CardAssetsDataDataType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">The name of the card issuer.</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
CardMetadataRspType Complex TypePosGateway Schema