(* Options: Date: 2025-10-27 21:37:07 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://duengageapi.uat.scadsoftware.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: PayFastRequestCheckoutSession2.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace digitaluapi.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Net open System.Net.Http.Headers [] type PayFastCheckoutSessionResponse() = member val Url:String = null with get,set [] [] type PayFastRequestCheckoutSession2() = interface IReturn member val SuccessUrl:String = null with get,set member val CancelUrl:String = null with get,set member val Description:String = null with get,set member val Email:String = null with get,set member val CommsGuid:Guid = new Guid() with get,set member val CampaignActionsRequestsId:Int64 = new Int64() with get,set