Class Note

Namespace
EInvoice.Core.Model
Assembly
EInvoice.Core.dll

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

NoteSubjectCode

Text

Note text.

public required string Text { get; init; }

Property Value

string