Definition Type: ComplexType
Name: PaymentInquiryResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillPay_Messages.xsd
Abstract
Documentation:
The OFX element "PMTINQRS" is of type "PaymentInquiryResponse"
Collapse XSD Schema Diagram:
Drilldown into CHECKNUM in schema ofx_billpay_messages_xsd Drilldown into PMTPRCSTS in schema ofx_billpay_messages_xsd Drilldown into SRVRTID in schema ofx_billpay_messages_xsdXSD Diagram of PaymentInquiryResponse in schema ofx_billpay_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentInquiryResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "PMTINQRS" is of type "PaymentInquiryResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SRVRTID" type="ofx:ServerIdType" />
        <xsd:element name="PMTPRCSTS" type="ofx:PaymentProcessingStatus" />
        <xsd:element name="CHECKNUM" type="ofx:CheckNumberType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SRVRTID ofx:SRVRTID (1) (1)
PMTPRCSTS ofx:PMTPRCSTS (1) (1)
CHECKNUM ofx:CHECKNUM 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:PMTINQRS