(* Options: Date: 2026-09-12 00:59:39 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://data.regent-college.edu //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: RegistrationBillingFailureResolveRequest.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace regis.ClassLibrary.Requests open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type RegistrationBillingFailureResolveRequest() = interface IReturn member val source:String = null with get,set member val failure_id:Int64 = new Int64() with get,set member val authorizing_uuid:String = null with get,set