public class InvoiceNote
extends java.lang.Object
A group of business terms providing textual notes that are relevant for the invoice, together with an indication of the note subject.
XPath:/rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInvoiceNote()
BT-22:Invoice note
|
Codes.TextSubjectCodeQualifier |
getInvoiceNoteSubjectCode()
BT-21:Invoice note subject code
|
InvoiceNote |
setInvoiceNote(java.lang.String value) |
InvoiceNote |
setInvoiceNoteSubjectCode(Codes.TextSubjectCodeQualifier value) |
public InvoiceNote setInvoiceNote(java.lang.String value)
value
- BT-22:Invoice note
A textual note that gives unstructured information that is relevant to the Invoice as a whole.
Such as the reason for any correction or assignment note in case the invoice has been factored
XPath:/rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote/ram:Content
public InvoiceNote setInvoiceNoteSubjectCode(Codes.TextSubjectCodeQualifier value)
value
- BT-21:Invoice note subject code
The subject of the textual note in BT-22.
To be chosen from the entries in UNTDID 4451 [6].
Among the list, the following codes can be used:AAI: General InformationSUR: Supplier NotesREG: Regulatory informationABL: Legal InformationTXD: Tax InformationCUS: Customs Information
XPath:/rsm:CrossIndustryInvoice/rsm:ExchangedDocument/ram:IncludedNote/ram:SubjectCode
public java.lang.String getInvoiceNote()
A textual note that gives unstructured information that is relevant to the Invoice as a whole.
Such as the reason for any correction or assignment note in case the invoice has been factored
public Codes.TextSubjectCodeQualifier getInvoiceNoteSubjectCode()
The subject of the textual note in BT-22.
To be chosen from the entries in UNTDID 4451 [6].
Among the list, the following codes can be used:AAI: General InformationSUR: Supplier NotesREG: Regulatory informationABL: Legal InformationTXD: Tax InformationCUS: Customs Information