(* Options: Date: 2025-06-26 01:36:30 Version: 8.61 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://prod-api-agency-orch-mb-dhc.rapp-customers.co.uk //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: UpdateMotabilityPricingRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Mercedes.Agency.API.Shared.POCO.Motability.Responses open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type UpdateMotabilityPricingResponse() = class end [] [] type UpdateMotabilityPricingRequest() = interface IReturn member val MotabilityPricingId:Int32 = new Int32() with get,set member val ValidFrom:String = null with get,set member val ValidTo:String = null with get,set