Skip to content

Documentation / @facturometro/core / BinaryObjectInput

Interface: BinaryObjectInput ​

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

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

Builder input for BinaryObject: decimals may be numbers; currencyId and defaultable elements (those with a default or fixed value) are optional; leaves whose attributes are all optional accept a plain string.

Properties ​

filename ​

filename: string

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

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:2583

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:2577

The content, base64-encoded.

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