' Options: 'Date: 2025-12-06 05:59:55 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.sbbet-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: ReportBetPayouts.* '''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 Enum BetSource Landbase = 0 Web = 1 End Enum Public Interface IBetEvent End Interface 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 Public Partial Class WinDto Inherits TransactionDtoBase Public Overridable Property bet_transaction_id As String Public Overridable Property ticket_id As String Public Overridable Property win_odds As Decimal Public Overridable Property win_type As WinType Public Overridable Property bonus As Decimal Public Overridable Property cancel As Boolean Public Overridable Property canceled_events As RecordList(Of IBetEvent) End Class Public Enum WinType Regular = 0 Cashback = 1 Cashout = 2 End Enum End Namespace Namespace Starnet.MontenegroTaxationAuthority.WebApi.ServiceModel Public Partial Class ReportBetPayouts Implements IReturn(Of ResponseStatus) Public Overridable Property BetPayouts As RecordList(Of WinDto) End Class End Namespace End Namespace