Uses the Component:PaymentInvoiceLineItemType
Invoice Line Items
Table 6.68. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PaymentLineTypeCode |
Identifies the type of charge associted with this line item. The types are parts, labor, lubrication, core amount, freight, sublet and miscellaneous. | 0..1 | Field | scl:PaymentLineTypeEnumeratedType | |
ItemIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | ItemIdentificationGroupType | |
Pricing |
Provides pricing infomation. | 0..* | Component | PricingABIEType | |
ItemQuantity |
Quantity of this line items used. | 0..1 | Field | udt:QuantityType | |
DocumentReference |
The DocumentReference component represents information referenced documents, e.g., Orders, Leads, Invoices, etc. | 0..* | Component | DocumentReferenceABIEType | |
FreeFormTextGroup |
This component allows for the free form entry of notes and text descriptions. Detailed data should use one of the existing fields or submit a modification request back to STAR to capture the appropriate data. | 0..* | Component | FreeFormTextGroupType | |
ExtendedAmount |
Value times quantity | 0..1 | Field | udt:AmountType | |
CoreIndicator |
Indicates that there is an core amount associated with the part. | 0..1 | Field | udt:IndicatorType | |
PaymentLineDescription |
A free from text field describing this line item. | 0..1 | Field | udt:TextType | |
SubscriptionServiceGroup |
The SubscriptionServiceGroup component identifies the Subscriber of the service and the terms of the subscription. | 0..1 | Component | SubscriptionServiceGroupType |
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.68. PaymentInvoiceLineItem
<PaymentInvoiceLineItem> <PaymentLineTypeCode>......</PaymentLineTypeCode> [0..1] <ItemIdentificationGroup>......</ItemIdentificationGroup> [0..1] <Pricing>......</Pricing> [0..*] <ItemQuantity>......</ItemQuantity> [0..1] <DocumentReference>......</DocumentReference> [0..*] <FreeFormTextGroup>......</FreeFormTextGroup> [0..*] <ExtendedAmount>......</ExtendedAmount> [0..1] <CoreIndicator>......</CoreIndicator> [0..1] <PaymentLineDescription>......</PaymentLineDescription> [0..1] <SubscriptionServiceGroup>......</SubscriptionServiceGroup> [0..1] </PaymentInvoiceLineItem>