' Options:
'Date: 2026-05-19 10:57:53
'Version: 8.22
'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: True
'''ExportValueTypes: False
'IncludeTypes: GetCountries.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Richemont.Booster2.PublicApi.CRM.ServiceModel
Namespace Global
Namespace Richemont.Booster2.PublicApi.CRM.ServiceModel
Public Partial Class Country
'''
'''Country id
'''
Public Overridable Property countryId As String
'''
'''Country description
'''
Public Overridable Property countryDs As String
'''
'''Trasnlation of country description based on user language settings
'''
Public Overridable Property translation As String
'''
'''Telephone prefix
'''
Public Overridable Property telephonePrefix As String
End Class
Public Partial Class GetCountries
Implements IReturn(Of GetCountriesResponse)
End Class
Public Partial Class GetCountriesResponse
Inherits List(Of Country)
End Class
End Namespace
End Namespace