Class Note
BT-22: A note on the invoice.
public sealed record Note : IEquatable<Note>
- Inheritance
-
Note
- Implements
- Inherited Members
Properties
SubjectCode
BT-21: Subject code (optional, UNTDID 4451).
public NoteSubjectCode? SubjectCode { get; init; }
Property Value
Text
Note text.
public required string Text { get; init; }