(* Options:
Date: 2026-02-14 11:46:38
Version: 10.04
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://stf-api-uat.data-xchange.co.za
//GlobalNamespace:
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion:
//ExportValueTypes: False
IncludeTypes: AcknowledgeReceivingAdvice.*
//ExcludeTypes:
//InitializeCollections: False
//AddNamespaces:
*)
namespace DX.STF.Application.ClientApi.Messages.ReceivingAdvice
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
///
///Receiving Advice
///
[]
[]
[]
[]
[]
[]
type AcknowledgeReceivingAdvice() =
interface IReturnVoid
[]
member val ReceivingAdviceId:Guid = new Guid() with get,set