Skip to main content

OriginFormatResponseDto

The format an invoice was submitted in.

mimeTypestringnullable

The mime type of the submitted invoice.

Example: application/pdf
eInvoiceStandardstringnullable

The e-invoice standard, present for electronic invoices only.

Example: UBL
OriginFormatResponseDto
{
"mimeType": "application/pdf",
"eInvoiceStandard": "UBL"
}