(* Options: Date: 2026-04-15 21:18:46 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://api.booklinker.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: PostAppleServicesUserRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Booklinker.API.ServiceModel.V1.Requests.Partnerize open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type V2BaseResponse() = [] member val ResponseStatus:ResponseStatus = null with get,set [] [] type V2BaseRequest() = class end [] [] type PostAppleServicesUserResponse() = inherit V2BaseResponse() [] [] type PostAppleServicesUserResponse() = [] member val Success:Boolean = new Boolean() with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] [] type PostAppleServicesUserRequest() = inherit V2BaseRequest() interface IReturn [] member val Email:String = null with get,set [] member val Username:String = null with get,set [] member val TermsAndConditionsId:String = null with get,set [] [] [] type PostAppleServicesUserRequest() = interface IReturn [] member val Email:String = null with get,set [] member val Username:String = null with get,set [] member val TermsAndConditionsId:String = null with get,set