Definition Type: ComplexType
Name: PaymentsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SuspendedDate in schema components_xsd Drilldown into AdministrativeFeeAmount in schema components_xsd Drilldown into FreightPaidAmount in schema components_xsd Drilldown into DispositionNotes in schema components_xsd Drilldown into PaymentNotes in schema components_xsd Drilldown into RepairOrderReconciliation in schema components_xsd Drilldown into AdjustedIndicator in schema components_xsd Drilldown into ToBePaidAmount in schema components_xsd Drilldown into ProcessDate in schema components_xsd Drilldown into ClaimInvoiceNumberString in schema components_xsdXSD Diagram of PaymentsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClaimInvoiceNumberString star:ClaimInvoiceNumberString 0 (1)
ProcessDate star:ProcessDate 0 (1)
ToBePaidAmount star:ToBePaidAmount 0 (1)
AdjustedIndicator star:AdjustedIndicator 0 (1)
RepairOrderReconciliation star:RepairOrderReconciliation 0 unbounded
PaymentNotes star:PaymentNotes 0 (1)
DispositionNotes star:DispositionNotes 0 (1)
FreightPaidAmount star:FreightPaidAmount 0 (1)
AdministrativeFeeAmount star:AdministrativeFeeAmount 0 (1)
SuspendedDate star:SuspendedDate 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Disposition, star:DispositionPaymentsstar:Payments,