Open the Portico Developer Guide site
PosGateway Schema
debtRepaymentType Simple Type
PosGateway Schema : debtRepaymentType Simple Type
Description

Used to indicate if the transaction is for repayment of a debt obligation.

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

Used to indicate if the transaction is for repayment of a debt obligation.

Facets
EnumerationNOT_SPECIFIED
EnumerationDEBT_OBLIGATION
Source
<xs:simpleType name="debtRepaymentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Used to indicate if the transaction is for repayment of a debt obligation.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="NOT_SPECIFIED" />
    <xs:enumeration value="DEBT_OBLIGATION" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema