(* Options: Date: 2026-04-21 14:22:37 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://qlcn-api.vsmlab.vn //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: MisaWeSignAuthorizeUrlRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace tvpl.api.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open ServiceStack.Web open System.IO [] type MisaWeSignAuthorizeUrlResponse() = member val AuthorizeUrl:String = null with get,set member val State:String = null with get,set [] [] type MisaWeSignAuthorizeUrlRequest() = interface IReturn member val SignatureId:Int32 = new Int32() with get,set