Uses the Component:InvoiceTypeType
Invoice type component.
Table 6.22. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
InvoiceTypeCode |
Invoice Type Code. | 0..1 | Field | oag:CodeType | |
OtherInvoiceTypeCode |
Use this field to define an additional code. | 0..1 | Field | oag:CodeType | |
InvoiceTypeDescription |
The description of the invoice type code. | 0..1 | Field | oag:TextType |
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.31. InvoiceType
<InvoiceType> <InvoiceTypeCode>......</InvoiceTypeCode> [0..1] <OtherInvoiceTypeCode>......</OtherInvoiceTypeCode> [0..1] <InvoiceTypeDescription>......</InvoiceTypeDescription> [0..1] </InvoiceType>