Payments

Uses the Component:PaymentsType

The Payments component contains payment information about a particular claim that was submitted. The Payments component may be used to request information about the payments made on a particular claim. This component may contain additional sub-components with detail on request for payment.

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
ClaimInvoiceNumberString

Invoice number that Claim was paid from

0..1Field qdt:StringType  
ProcessDate

Effective date of process

0..1Field udt:DateType  
ToBePaidAmount

Amount paid on Warranty Claim, not necessarily the amount claimed

0..1Field udt:AmountType  
AdjustedIndicator

Indicates that the final payment Amount was adjusted from the original submission amount during processing

0..1Field udt:IndicatorType  
RepairOrderReconciliation

Repair Order information associated with a Payment/Disposition.

0..*ComponentRepairOrderReconciliationType 
PaymentNotes

Notes from OEM to dealer regarding this payment

0..1Field udt:TextType  
DispositionNotes

Notes from OEM to dealer regarding disposition of this request

0..1Field udt:TextType  
FreightPaidAmount

The amount of freight paid on this claim.

0..1Field udt:AmountType  
AdministrativeFeeAmount

Administrative fee amount

0..1Field udt:AmountType  
SuspendedDate

Date the claim was suspended. Suspended refers to placing a claim on hold. Dealer, region or corp may do this.

0..1Field udt:DateType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.6. Payments

<Payments>
     <ClaimInvoiceNumberString>......</ClaimInvoiceNumberString>     [0..1]
     <ProcessDate>......</ProcessDate>     [0..1]
     <ToBePaidAmount>......</ToBePaidAmount>     [0..1]
     <AdjustedIndicator>......</AdjustedIndicator>     [0..1]
     <RepairOrderReconciliation>......</RepairOrderReconciliation>     [0..*]
     <PaymentNotes>......</PaymentNotes>     [0..1]
     <DispositionNotes>......</DispositionNotes>     [0..1]
     <FreightPaidAmount>......</FreightPaidAmount>     [0..1]
     <AdministrativeFeeAmount>......</AdministrativeFeeAmount>     [0..1]
     <SuspendedDate>......</SuspendedDate>     [0..1]
</Payments>