Definition Type: ComplexType
Name: PaymentModRequest
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractPaymentRequest
Containing Schema: OFX_BillPay_Messages.xsd
Abstract
Documentation:
The OFX element "PMTMODRQ" is of type "PaymentModRequest"
Collapse XSD Schema Diagram:
Drilldown into PMTINFO in schema ofx_billpay_messages_xsd Drilldown into SRVRTID in schema ofx_billpay_messages_xsd Drilldown into AbstractPaymentRequest in schema ofx_billpay_messages_xsdXSD Diagram of PaymentModRequest in schema ofx_billpay_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentModRequest">
    <xsd:annotation>
        <xsd:documentation>
              The OFX element "PMTMODRQ" is of type "PaymentModRequest"
            </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractPaymentRequest">
            <xsd:sequence>
                <xsd:element name="SRVRTID" type="ofx:ServerIdType" />
                <xsd:element name="PMTINFO" type="ofx:PaymentInfo" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SRVRTID ofx:SRVRTID (1) (1)
PMTINFO ofx:PMTINFO (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:PMTMODRQ