Skip to content

Documentation / @facturometro/core / UncheckedBinaryObject

Interface: UncheckedBinaryObject ​

Defined in: packages/core/src/model/common.types.generated.ts:5404

An embedded document: base64 content with its MIME type and file name.

Parser output for BinaryObject: every property is optional and codes are plain strings, because nothing has been validated yet.

Properties ​

filename? ​

optional filename?: string

Defined in: packages/core/src/model/common.types.generated.ts:5418

Attribute filename.


mimeCode? ​

optional mimeCode?: string

Defined in: packages/core/src/model/common.types.generated.ts:5414

Attribute mimeCode.

Codelist ​

MimeCode https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/


value? ​

optional value?: string

Defined in: packages/core/src/model/common.types.generated.ts:5408

The content, base64-encoded.

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.