' Options: 'Date: 2025-12-06 04:51:51 '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: ReportBetCancellations.* '''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 Partial Class RollbackDto Inherits TransactionDtoBase Public Overridable Property rollback_transaction_id As String Public Overridable Property ticket_id As String Public Overridable Property rollback_transaction_type As RollbackTransactionType End Class Public Enum RollbackTransactionType Bet = 0 Win = 1 Jackpot = 1 End Enum 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 ReportBetCancellations Implements IReturn(Of ResponseStatus) Public Overridable Property BetCancellations As RecordList(Of RollbackDto) End Class End Namespace End Namespace