(* Options: Date: 2026-01-13 19:49:38 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://tartarus.nephila.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: InitiateCitiBankStatementRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Nephila.Tartarus.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type InitiateCitiBankStatementResponse() = member val ResponseStatus:ResponseStatus = null with get,set member val StatementIsStillGenerating:Boolean = new Boolean() with get,set member val StatementId:String = null with get,set [] [] type InitiateCitiBankStatementRequest() = interface IReturn interface IGet interface IPost member val BankAccountNumber:String = null with get,set member val FromDate:DateTime = new DateTime() with get,set member val ToDate:DateTime = new DateTime() with get,set member val FormatName:String = null with get,set