(* Options: Date: 2025-12-06 09:54:31 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://sfgboxapi.dev.scadsoftware.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: LicensesTransactionsLookup.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace sfgboxapi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] [] type LicensesTransactionsLookup() = interface IReturn> [] member val AppUserId:Int64 = new Int64() with get,set [] member val LicensesId:Int64 = new Int64() with get,set [] member val PaidAmount:Double = new Double() with get,set [] member val PaidDate:DateTime = new DateTime() with get,set [] member val FromDate:DateTime = new DateTime() with get,set [] member val ToDate:DateTime = new DateTime() with get,set [] member val Reference:String = null with get,set