' Options: 'Date: 2026-03-22 21:52:18 'Version: 8.70 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://fbihtaapi.bettor.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: OpenLocation.* '''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 FBiHBetting.Aggregator.WebApi.ServiceModel Imports FBiHBetting.Aggregator.ReadModel Namespace Global Namespace FBiHBetting.Aggregator.ReadModel Public Partial Class Address Public Overridable Property Street As String Public Overridable Property City As Reference Public Overridable Property PostalCode As String End Class End Namespace Namespace FBiHBetting.Aggregator.WebApi.ServiceModel Public Partial Class Address Public Overridable Property Street As String Public Overridable Property City As Reference Public Overridable Property PostalCode As String End Class Public Partial Class OpenLocation Implements IReturn(Of ResponseStatus) Public Overridable Property Id As String Public Overridable Property Name As String Public Overridable Property TaxAuthorityId As String Public Overridable Property Address As Address End Class End Namespace End Namespace