VRBL: Invoice Type Code
Documents can be of one of various invoice types that you need to specify.
Use the InvoiceTypeCode element to model these codes. More information is provided in the Invoice Types topic.
Element
Element | Description |
---|---|
Invoice\InvoiceTypeCode | Specify the invoice type code. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
<!-- code omitted for clarity -->
</Invoice>
Updated about 1 month ago