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