Documentation / @facturometro/einvoice / 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? ​
optionalfilename?:string
Defined in: packages/core/src/model/common.types.generated.ts:5418
Attribute filename.
mimeCode? ​
optionalmimeCode?: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? ​
optionalvalue?:string
Defined in: packages/core/src/model/common.types.generated.ts:5408
The content, base64-encoded.