(* Options: Date: 2026-01-27 22:28:14 Version: 6.40 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: True //AddNamespaces: *) namespace DO.Integration.Vion.DTO open System 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