(* Options: Date: 2026-04-17 11:47:47 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://digiofficeapigateway.vionfood.com/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ImportExtendedInvoiceInformation.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace DO.Integration.Vion.DTO open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Drawing [] type Result() = member val Status:String = null with get,set member val Message:String = null with get,set [] [] type ImportExtendedInvoiceInformation() = interface IReturn member val Name:String = null with get,set member val ContentType:String = null with get,set member val RequestStream:Stream = null with get,set