(* Options: Date: 2025-07-18 00:13:22 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: LeaverFormAnswerRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace AlbaApi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.IO [] [] type LeaverFormAnswerRequest() = member val MemberId:Int64 = new Int64() with get,set member val IsAccumulatedBalanceKept:Nullable = new Nullable() with get,set member val PensionFund:String = null with get,set member val PensionFundManager:String = null with get,set member val ContactDetails:String = null with get,set