' Options: 'Date: 2025-12-06 04:52:37 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.prod-mnta.webhop.biz ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: ReportBetPlacements.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Starnet.Common Imports Starnet.MontenegroTaxationAuthority.Common Imports Starnet.MontenegroTaxationAuthority.WebApi.ServiceModel Namespace Global Namespace Starnet.Common Public Partial Class RecordList(Of T) Inherits List(Of T) End Class End Namespace Namespace Starnet.MontenegroTaxationAuthority.Common Public Partial Class BetDto Inherits TransactionDtoBase Public Overridable Property min_odds As Decimal Public Overridable Property max_odds As Decimal Public Overridable Property min_win As Decimal Public Overridable Property max_win As Decimal Public Overridable Property min_bonus As Decimal Public Overridable Property max_bonus As Decimal Public Overridable Property max_payout As Decimal Public Overridable Property promo_amount As Decimal Public Overridable Property ticket_id As String Public Overridable Property ticket As TicketDto Public Overridable Property bet_type As BetType End Class Public Enum BetSource Landbase = 0 Web = 1 End Enum Public Enum BetType Real = 0 Promo = 1 End Enum Public Partial Class TicketDto Public Overridable Property sy As String Public Overridable Property nc As Integer Public Overridable Property ac As Decimal Public Overridable Property e As RecordList(Of RecordList(Of IBetEvent)) End Class Public Partial Class TransactionDtoBase Public Overridable Property transaction_id As String Public Overridable Property transaction_time As Date Public Overridable Property transaction_amount As Decimal Public Overridable Property game_name As String Public Overridable Property betting_place_id As String Public Overridable Property betting_terminal_id As String Public Overridable Property jmbg As String Public Overridable Property passport_number As String Public Overridable Property source As BetSource Public Overridable Property identification_document_country As String Public Overridable Property identification_document_type As String End Class End Namespace Namespace Starnet.MontenegroTaxationAuthority.WebApi.ServiceModel Public Partial Class ReportBetPlacements Implements IReturn(Of ResponseStatus) Public Overridable Property BetPlacements As RecordList(Of BetDto) End Class End Namespace End Namespace