' Options: 'Date: 2026-08-27 07:10:54 'Version: 10.08 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://dev-api-booster.richemont.com ' '''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: UpdatePOSBrandIdentity.* '''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 Richemont.Booster2.PublicApi.POS.ServiceModel Namespace Global Namespace Richemont.Booster2.PublicApi.POS.ServiceModel Public Partial Class UpdatePOSBrandIdentity Implements IReturn(Of UpdatePOSBrandIdentityResponse) ''' '''Point of Sale Code, e.g. ES100:102048 ''' Public Overridable Property posCode As String ''' '''Brand Triagram, e.g. CAR, IWC, VAC ''' Public Overridable Property brand As String ''' '''Alternative Country ISO code, e.g. az, ca, us. max length 50 characters ''' Public Overridable Property alternativeCountry As String ''' '''Alternative Zip Code of POS, max length 50 characters ''' Public Overridable Property alternativeZipCode As String ''' '''Alternative Street Name and Number of the POS ''' Public Overridable Property alternativeStreet As String ''' '''Alternative City name of the POS, max length 50 characters ''' Public Overridable Property alternativeCity As String ''' '''Total Maison Commercial Surface ''' Public Overridable Property brandWatchesCommercialSurface As Decimal? ''' '''Watches Commercial Area ''' Public Overridable Property posWatchesCommercialSurface As Decimal? ''' '''Website URL (Partner Website), max length 200 characters ''' Public Overridable Property website As String ''' '''SWT POS type ''' Public Overridable Property posType As Integer? ''' '''Post Contract Status Id ''' Public Overridable Property postContractStatusId As Integer? ''' '''Opening Date ''' Public Overridable Property openingDate As Date? ''' '''Closing Date ''' Public Overridable Property closingDate As Date? ''' '''Sub Market Country ID ''' Public Overridable Property subMarketCountryId As Integer? ''' '''Facility Type Id ''' Public Overridable Property addressTypeId As Integer? ''' '''Facility Additional Information ''' Public Overridable Property mallOrDeptStoreUnitNumber As String ''' '''Number of Floors ''' Public Overridable Property floorNumber As Integer? ''' '''GPS Latitude, value can only be between -90.00 and 90.00 ''' Public Overridable Property gpsLatitude As Decimal? ''' '''GPS Longitude, value can only be between -90.00 and 90.00 ''' Public Overridable Property gpsLongitude As Decimal? ''' '''Time Vallee ''' Public Overridable Property timeVallee As Boolean ''' '''Last Visit Date ''' Public Overridable Property lastVisitDate As Date? ''' '''EPartnerProgram ''' Public Overridable Property ePartnerProgram As Integer? ''' '''ePartner Launch Date ''' Public Overridable Property ePartnerLaunchDate As Date? ''' '''ePartner Scoring ''' Public Overridable Property ePartnerScoring As Integer? ''' '''Social Media ''' Public Overridable Property socialMedia As Boolean? ''' '''SEO ''' Public Overridable Property seo As Boolean? ''' '''Google Business ''' Public Overridable Property googleBusiness As Boolean? End Class Public Partial Class UpdatePOSBrandIdentityResponse End Class End Namespace End Namespace