(* Options:
Date: 2025-04-08 12:05:59
Version: 6.40
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://cip-reporting.chargeitpro.com

//GlobalNamespace: 
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion: 
//ExportValueTypes: False
IncludeTypes: MissingTransactionRequest.*
//ExcludeTypes: 
//InitializeCollections: True
//AddNamespaces: 
*)

namespace ReportingService.Services.Rest

open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
open System.IO

    [<Route("/Recon/MissingTrans/{CompanyId}/{DeveloperId}")>]
    [<Route("/Recon/MissingTrans/{CompanyId}")>]
    [<Route("/Recon/MissingTrans")>]
    [<AllowNullLiteral>]
    type MissingTransactionRequest() = 
        member val CompanyId:String = null with get,set
        member val DeveloperId:String = null with get,set