Definition Type: ComplexType
Name: RecurringPaymentSyncRequest
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractSyncRequest
Containing Schema: OFX_BillPay_Message_Wrappers.xsd
Abstract False
Documentation:
The OFX element "RECPMTSYNCRQ" is of type "RecurringPaymentSyncRequest"
Collapse XSD Schema Diagram:
Drilldown into RECPMTTRNRQ Drilldown into BANKACCTFROM Drilldown into REJECTIFMISSING Drilldown into REFRESH Drilldown into TOKENONLY Drilldown into TOKEN Drilldown into AbstractRequest Drilldown into AbstractSyncRequestXSD Diagram of RecurringPaymentSyncRequest
Collapse XSD Schema Code:
<xsd:complexType name="RecurringPaymentSyncRequest">
    <xsd:annotation>
        <xsd:documentation>

        The OFX element "RECPMTSYNCRQ" is of type "RecurringPaymentSyncRequest"

      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractSyncRequest">
            <xsd:sequence>
                <xsd:element name="BANKACCTFROM" type="ofx:BankAccount" />
                <xsd:element name="RECPMTTRNRQ" type="ofx:RecurringPaymentTransactionRequest" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TOKEN ofx:TOKEN (1) (1)
TOKENONLY ofx:TOKENONLY (1) (1)
REFRESH ofx:REFRESH (1) (1)
REJECTIFMISSING ofx:REJECTIFMISSING (1) (1)
BANKACCTFROM ofx:BANKACCTFROM (1) (1)
RECPMTTRNRQ ofx:RECPMTTRNRQ 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:RECPMTSYNCRQ, ofx:RECPMTSYNCRQ, ofx:RECPMTSYNCRQ
Collapse Comments:
blog comments powered by Disqus