<xsd:complexType name="PaymentsType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ClaimInvoiceNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Invoice number that Claim was paid from</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ProcessDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Effective date of process</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ToBePaidAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Amount paid on Warranty Claim, not necessarily the amount claimed</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AdjustedIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Indicates that the final payment Amount was adjusted from the original submission amount during processing</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="RepairOrderReconciliation">
<xsd:annotation>
<xsd:documentation>Repair Order information associated with a Payment/Disposition.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PaymentNotes" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Notes from OEM to dealer regarding this payment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DispositionNotes" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Notes from OEM to dealer regarding disposition of this request</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FreightPaidAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>The amount of freight paid on this claim.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AdministrativeFeeAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>Administrative fee amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SuspendedDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>Date the claim was suspended. Suspended refers to placing a claim on hold. Dealer, region or corp may do this.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|