TransformationResultFile
Overview
This object represents the content of an invoice transformation result.
For an example, see: GetInvoiceTransformationResultFile.
Properties
| Name | Type | Description | 
|---|---|---|
TransformationResultId |  String |  The unique identifier of the invoice transformation result. | 
Date |  String |  The date of this invoice transformation result. | 
ExpiredDate |  String |  Optional expiry date for this invoice transformation result. | 
ContentType |  String |  The file (MIME) type of this invoice transformation result. | 
Id |  String |  The unique identifier of this invoice transformation result file. | 
Length |  Int64 |  The content length in bytes. | 
InvoiceIds |  String[] |  Invoices this invoice transformation result is for. | 
TransformationId |  String |  Unique identifier of the invoice transformation used for this transformation. | 
FileBytes |  Byte[] |  Invoice transformation file content (Base64-encoded). |