' Options: 'Date: 2026-01-09 14:17:33 'Version: 8.60 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://ean.smartdatasolutions.nl ' '''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: EanCodeBookRequestWithSuffix.* '''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 SDS.APIs.Legacy.EanCodeBook.ServiceInterface Namespace Global Namespace SDS.APIs.Legacy.EanCodeBook.ServiceInterface ''' '''Get metering points from www.eancodeboek.nl ''' Public Partial Class EanCodeBookRequestWithSuffix ''' '''Postcode, format: 1234AB ''' Public Overridable Property Postcode As String ''' '''Housenumber, format: integer number ''' Public Overridable Property HouseNumber As Integer ''' '''Suffix ''' Public Overridable Property Suffix As String ''' '''OPTIONAL: don't put data in wrapper ''' Public Overridable Property OnlyPayload As Boolean End Class End Namespace End Namespace