' Options:
'Date: 2026-02-14 10:06:21
'Version: 10.04
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://stf-api-uat.data-xchange.co.za
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: AddInvoice.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports DX.Framework.Core.Commands
Imports DX.STF.Models.Dto.GS1
Imports DX.STF.Application.ClientApi.Messages.Invoice
Imports DX.Framework.Core.Commands.Dto
Namespace Global
Namespace DX.Framework.Core.Commands
Public Interface ICommandResponse
End Interface
End Namespace
Namespace DX.Framework.Core.Commands.Dto
Public Partial Class TokenDto
Implements ICommandResponse
Public Overridable Property Token As Guid
End Class
End Namespace
Namespace DX.STF.Application.ClientApi.Messages.Invoice
'''
'''Invoice
'''
Public Partial Class AddInvoice
Implements IReturn(Of TokenDto)
'''
'''Invoice model containing all of the invoice data
'''
Public Overridable Property Invoice As InvoiceMessage
End Class
End Namespace
Namespace DX.STF.Models.Dto.GS1
Public Partial Class InvoiceMessage
Public Overridable Property Header As Header
Public Overridable Property Invoice As InvoiceClass
End Class
End Namespace
End Namespace