(* Options: Date: 2026-04-03 16:00:52 Version: 10.06 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://cpmwebservices-t.clarkpud.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: TwilioError.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace CPU.Notifications.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type TwilioError() = interface IReturn member val AccountSid:String = null with get,set member val Sid:String = null with get,set member val ParentAccountSid:String = null with get,set member val Timestamp:String = null with get,set member val Level:String = null with get,set member val PayloadType:String = null with get,set member val Payload:String = null with get,set