PaymentTerms
Use the PaymentTerms element to model notes about the payment.
Details
Element | Value |
---|---|
Name | PaymentTerms |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.PaymentTerms |
Definition | A set of payment terms associated with this document. |
Cardinality | 0..n |
ObjectClass | Invoice |
PropertyTerm | Payment Terms |
AssociatedObjectClass | Payment Terms |
RepresentationTerm | Payment Terms |
minOccurs | 0 |
maxOccurs | Unbounded |
Elements
Element | Description |
---|---|
PaymentTerms/Note | Specify a note. |
PaymentTerms/SettlementPeriod/EndDate | Specify the end date. |
Country Specific Topics
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:PaymentTerms>
<!-- Code omitted for clarity -->
<cac:SettlementPeriod>
<cbc:EndDate>2024-06-10</cbc:EndDate>
</cac:SettlementPeriod>
<!-- Code omitted for clarity -->
</cac:PaymentTerms>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 months ago