<xsd:complexType name="AutomaticPaymentType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="PayrollDeduction">
<xsd:annotation>
<xsd:documentation>
This component reflects payroll deduction information for
applicants that are employees of the OEM, finance source, etc. that have
elected to have payments automatically deducted from their
payroll.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="EFT">
<xsd:annotation>
<xsd:documentation>
The EFT component represents the
applicantâ??s electronic funds
transfer (EFT) information allowing the applicant to make payments on an
automated basis.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|