' Options: 'Date: 2026-02-14 10:00:45 '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: AddItemDataNotification.* '''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.ItemDataNotification 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.ItemDataNotification ''' '''Item Data Notification ''' Public Partial Class AddItemDataNotification Implements IReturn(Of TokenDto) ''' '''ItemDataNotification model containing all of the ItemDataNotification data ''' Public Overridable Property ItemDataNotification As ItemDataNotificationMessage End Class End Namespace Namespace DX.STF.Models.Dto.GS1 Public Partial Class ItemDataNotificationMessage Inherits BaseDocument Public Overridable Property DataRecipient As TransactionalParty Public Overridable Property DataSource As TransactionalParty Public Overridable Property ItemDataNotificationIdentification As String Public Overridable Property ItemDataNotificationLineItem As List(Of ItemDataNotificationLineItem) = New List(Of ItemDataNotificationLineItem) End Class End Namespace End Namespace