Skip to content

Documentation / @facturometro/core / BinaryObject

Interface: BinaryObject ​

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

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

Properties ​

filename ​

filename: string

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

Attribute filename.


mimeCode ​

mimeCode: "text/csv" | "application/pdf" | "image/png" | "image/jpeg" | "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" | "application/vnd.oasis.opendocument.spreadsheet"

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

Attribute mimeCode.

Codelist ​

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


value ​

value: string

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

The content, base64-encoded.

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