Skip to content

Class.UblWriter

github-actions[bot] edited this page Jan 3, 2025 · 10 revisions

einvoicing / UblWriter

Class: UblWriter

Extends

Constructors

new UblWriter()

new UblWriter(): UblWriter

Returns

UblWriter

Inherited from

AbstractWriter.constructor

Methods

write()

write(document): string

Parameters

document

Document

Returns

string

Overrides

AbstractWriter.write

Defined in

writers/UblWriter.ts:14


writeToFile()

writeToFile(document, filename): Promise<void>

Parameters

document

Document

filename

string

Returns

Promise<void>

Inherited from

AbstractWriter.writeToFile

Defined in

writers/AbstractWriter.ts:15

Clone this wiki locally