' Options: 'Date: 2025-12-06 07:04:28 '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: NewsletterRecipientsRequest.* '''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 NewsletterRecipientDto Public Property FirstName As String Public Property LastName As String Public Property Email As String Public Property AreaOfInterest As NewsletterAreaOfInterest Public Property Phone As String End Class Public Partial Class NewsletterRecipientsRequest Implements IReturn(Of NewsletterRecipientsResponse) Implements IGet End Class Public Partial Class NewsletterRecipientsResponse Public Property NewsletterRecipients As List(Of NewsletterRecipientDto) = New List(Of NewsletterRecipientDto) End Class Public Enum NewsletterAreaOfInterest RestaurantCafeBarClub Fashion Press Blogger PrivateIndividual End Enum End Namespace End Namespace