<xsd:complexType name="PresentmentListRequest">
<xsd:annotation>
<xsd:documentation>
The OFX element "PRESLISTRQ" is of type "PresentmentListRequest"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="BILLPUB" type="ofx:GenericNameType" />
<xsd:element name="DTSTART" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="DTEND" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="DTDUEBY" type="ofx:DateTimeType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BILLERID" type="ofx:IdType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BILLID" type="ofx:IdType" minOccurs="0" maxOccurs="1" />
<xsd:element name="BILLTYPE" type="ofx:BillTypeEnum" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BILLSTATUSCODE" type="ofx:BillStatusCodeEnum" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BILLPMTSTATUSCODE" type="ofx:BillPaymentstatusCodeEnum" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="NOTIFYWILLING" type="ofx:BooleanType" />
<xsd:element name="INCLUDEDETAIL" type="ofx:BooleanType" />
<xsd:element name="INCLUDEBILLSTATUS" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
<xsd:element name="INCLUDEBILLPMTSTATUS" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
<xsd:element name="INCLUDESTATUSHIST" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
<xsd:element name="INCLUDECOUNTS" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
<xsd:element name="INCLUDESUMMARY" type="ofx:BooleanType" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|