' Options: 'Date: 2025-12-06 08:01:11 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://business-api.brovs.com ' '''GlobalNamespace: BusinessApi '''MakePartial: True '''MakeVirtual: False '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetPlaceRequest.* '''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 BusinessApi Namespace Global Namespace BusinessApi Public Partial Class BrandDto Public Property Id As Long Public Property DefinedByRootCategoryId As Long Public Property Name As String End Class Public Partial Class BusinessMenuDto Public Property Id As Long Public Property Name As String Public Property Url As String Public Property Position As Integer End Class Public Partial Class BusinessWearPriceProfileDto Public Property Id As Long Public Property Label As String Public Property Slug As String End Class Public Partial Class CategoryDto Public Property Id As Long Public Property Slug As String Public Property AbsoluteSlug As String Public Property Name As String Public Property ParentId As Long? End Class Public Partial Class CategoryTreeWithFeaturesDto Public Property Id As Long Public Property Slug As String Public Property AbsoluteSlug As String Public Property Name As String Public Property Children As List(Of CategoryTreeWithFeaturesDto) = New List(Of CategoryTreeWithFeaturesDto) Public Property FeatureTypes As List(Of FeatureDto) = New List(Of FeatureDto) End Class Public Partial Class EatingSuitabilityDto Public Property Label As String Public Property Slug As EatingSuitability End Class Public Partial Class FeatureDto Public Property Slug As FeatureType Public Property Label As String End Class Public Partial Class GetPlaceRequest Implements IReturn(Of GetPlaceResponse) Implements IGet Implements IHasPlaceId Public Property PlaceId As Long Implements IHasPlaceId.PlaceId End Class Public Partial Class GetPlaceResponse Public Property Place As PlaceDto End Class Public Partial Class MallOtherServiceDto Public Property Id As Long Public Property ServiceName As String Public Property Floor As String End Class Public Partial Class MealTypeDto Public Property Id As Long Public Property Label As String Public Property Slug As String Public Property Position As Integer End Class Public Partial Class ParkingDto Public Property Label As String Public Property Slug As Parking End Class Public Partial Class PaymentOptionDto Public Property Label As String Public Property Slug As PaymentOption End Class Public Partial Class PlaceBasicDto Public Property Id As Long Public Property Guid As Guid Public Property Name As String Public Property BusinessId As Long? Public Property Longitude As Single? Public Property Latitude As Single? Public Property Claimed As Boolean Public Property OrganizationNumber As String Public Property CountryCode As String Public Property Overview As String Public Property OpeningHours As OpeningHours Public Property PlaceType As PlaceType Public Property Contact As PlaceContact Public Property Address As PlaceAddress Public Property WheelChairAccessible As Boolean? Public Property Wifi As Boolean? Public Property OutdoorSeating As Boolean? Public Property SaveFoodAndMoney As Boolean? Public Property TimeZoneDto As TimeZoneDto Public Property PriceMainDish As PriceMainDishDto Public Property OtherServices As List(Of MallOtherServiceDto) = New List(Of MallOtherServiceDto) Public Property Floor As String End Class Public Partial Class PlaceCustomBrandDto Public Property Id As Long Public Property DefinedByPlaceId As Long Public Property Name As String End Class Public Partial Class PlaceDto Public Property Id As Long Public Property Guid As Guid Public Property Name As String Public Property Longitude As Single? Public Property Latitude As Single? Public Property Claimed As Boolean Public Property OrganizationNumber As String Public Property CountryCode As String Public Property Overview As String Public Property OpeningHours As OpeningHours Public Property FeatureData As List(Of FeatureDto) = New List(Of FeatureDto) Public Property Categories As List(Of CategoryTreeWithFeaturesDto) = New List(Of CategoryTreeWithFeaturesDto) Public Property RootCategory As CategoryDto Public Property Menus As List(Of BusinessMenuDto) = New List(Of BusinessMenuDto) Public Property BarSpecialities As List(Of BarSpecialityDto) = New List(Of BarSpecialityDto) Public Property BarTypes As List(Of BarTypeDto) = New List(Of BarTypeDto) Public Property Brands As List(Of PlaceSelectedBrandDto) = New List(Of PlaceSelectedBrandDto) Public Property Cuisines As List(Of CuisineDto) = New List(Of CuisineDto) Public Property MealTypes As List(Of MealTypeDto) = New List(Of MealTypeDto) Public Property Parking As List(Of ParkingDto) = New List(Of ParkingDto) Public Property PaymentOptions As List(Of PaymentOptionDto) = New List(Of PaymentOptionDto) Public Property EatingSuitabilities As List(Of EatingSuitabilityDto) = New List(Of EatingSuitabilityDto) Public Property TakeAways As List(Of TakeAwayDto) = New List(Of TakeAwayDto) Public Property WearPriceProfiles As List(Of BusinessWearPriceProfileDto) = New List(Of BusinessWearPriceProfileDto) Public Property WheelChairAccessible As Boolean? Public Property Wifi As Boolean? Public Property OutdoorSeating As Boolean? Public Property SaveFoodAndMoney As Boolean? Public Property LogoUrl As String Public Property CustomImageUrl As String Public Property CategoryImageUrl As String Public Property PlaceType As PlaceType Public Property Places As List(Of PlaceBasicDto) = New List(Of PlaceBasicDto) Public Property OtherServices As List(Of MallOtherServiceDto) = New List(Of MallOtherServiceDto) Public Property Mall As PlaceBasicDto Public Property Floor As String Public Property TimeZoneDto As TimeZoneDto Public Property BusinessId As Long? Public Property Contact As PlaceContact Public Property Address As PlaceAddress Public Property PriceMainDish As PriceMainDishDto End Class Public Partial Class PlaceSelectedBrandDto Public Property Id As Long Public Property Brand As BrandDto Public Property Category As CategoryDto Public Property PlaceCustomBrand As PlaceCustomBrandDto End Class Public Partial Class TakeAwayDto Public Property Id As Long Public Property Label As String Public Property Slug As String Public Property Position As Integer End Class Public Interface IHasPlaceId Property PlaceId As Long End Interface Public Interface IAudit Property CreatedAt As DateTimeOffset Property UpdatedAt As DateTimeOffset End Interface Public Partial Class BarSpecialityDto Public Property Id As Long Public Property Slug As String Public Property Title As String End Class Public Partial Class BarTypeDto Public Property Id As Long Public Property Slug As String Public Property Title As String End Class Public Partial Class CuisineDto Public Property Id As Long Public Property Label As String Public Property Slug As String End Class Public Partial Class OpeningHour Public Property OpenAtHour As Integer Public Property OpenAtMinute As Integer Public Property CloseAtHour As Integer Public Property CloseAtMinute As Integer End Class Public Partial Class OpeningHours Public Property Weekly As WeeklyOpeningHours End Class Public Partial Class PlaceAddress Public Property Street As String Public Property PostalCode As String Public Property Region As String Public Property CountryCode As String End Class Public Partial Class PlaceContact Public Property Phone As String Public Property Email As String Public Property Website As String Public Property WebShop As String End Class Public Enum PlaceType Mall Regular End Enum Public Partial Class PriceMainDishDto Public Property Title As String Public Property Slug As PriceMainDish End Class Public Partial Class TimeZoneDto Public Property BaseUtcOffset As TimeSpan Public Property DaylightName As String Public Property DisplayName As String Public Property Id As String Public Property StandardName As String Public Property SupportsDaylightSavingTime As Boolean End Class Public Partial Class WeeklyOpeningHours Public Property Monday As OpeningHour Public Property Tuesday As OpeningHour Public Property Wednesday As OpeningHour Public Property Thursday As OpeningHour Public Property Friday As OpeningHour Public Property Saturday As OpeningHour Public Property Sunday As OpeningHour End Class Public Partial Class EatingSuitability Implements IAudit Public Property Id As Long Public Property Label As String Public Property Slug As String Public Property Position As Integer Public Property CreatedAt As DateTimeOffset Implements IAudit.CreatedAt Public Property UpdatedAt As DateTimeOffset Implements IAudit.UpdatedAt End Class Public Enum FeatureType BarSpeciality BarType Cuisine SaveFoodAndMoney MealType Menu OutdoorSeating Parking PaymentOptions PriceMainDish SubCategories SubCategoriesAndBrands EatingSuitabilities TakeAway WearPriceProfile WheelChairAccessible Wifi WebShop Filtering End Enum Public Enum Parking StreetParking ParkingGarageNearby End Enum Public Enum PaymentOption Visa MasterCard AmericanExpress Diners Vipps End Enum Public Enum PriceMainDish Value Medium High FineDining End Enum End Namespace End Namespace