(* Options: Date: 2026-04-14 20:35:47 Version: 10.06 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://stf-api-uat.data-xchange.com/api //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: UpdateClaimLinkedCreditNote.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace DX.STF.Application.ClientApi.Messages.Claim open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations /// ///Link claim to credit note /// [] [] [] [] [] type UpdateClaimLinkedCreditNote() = interface IReturnVoid [] member val ClaimId:Guid = new Guid() with get,set [] member val CreditNoteId:Guid = new Guid() with get,set