Table of Contents
Uses the Component:PaymentInvoiceType
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PaymentInvoiceHeader |
Invoice Header | 1..1 | Component | PaymentInvoiceHeaderType | |
| PaymentInvoiceLineItem |
Invoice Line Items | 0..* | Component | PaymentInvoiceLineItemType |
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.1. PaymentInvoice
<PaymentInvoice>
<PaymentInvoiceHeader>......</PaymentInvoiceHeader> [1..1]
<PaymentInvoiceLineItem>......</PaymentInvoiceLineItem> [0..*]
</PaymentInvoice>