' Options: 'Date: 2025-12-06 07:06:20 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://backoffice-api.brovs.com ' '''GlobalNamespace: BackofficeApi '''MakePartial: True '''MakeVirtual: False '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: GetAllCustomBrandsRequest.* '''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 BackofficeApi Namespace Global Namespace BackofficeApi Public Partial Class BackofficePlaceCustomBrandDto Public Property Id As Long Public Property DefinedByPlace As PlacePlainDto Public Property Name As String End Class Public Partial Class GetAllCustomBrandsRequest Implements IReturn(Of GetAllCustomBrandsResponse) Implements IGet End Class Public Partial Class GetAllCustomBrandsResponse Public Property PlaceCustomBrands As List(Of BackofficePlaceCustomBrandDto) = New List(Of BackofficePlaceCustomBrandDto) End Class Public Partial Class PlacePlainDto 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 Overview As String Public Property TimeZoneDaylightName As String Public Property TimeZoneDisplayName As String Public Property TimeZoneStandardName As String Public Property TimeZoneSupportsDaylightSavingTime As Boolean? Public Property BusinessId As Long? Public Property ContactPhone As String Public Property ContactEmail As String Public Property ContactWebsite As String Public Property AddressStreet As String Public Property AddressPostalCode As String Public Property AddressRegion As String Public Property AddressCountryCode As String End Class End Namespace End Namespace