' Options: 'Date: 2026-08-17 09:14:18 'Version: 6.10 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://stubbur-app.azurewebsites.net ' '''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: GiftCardIssueRequest.* '''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 TicketUserServices.ServiceModel Namespace Global Namespace TicketUserServices.ServiceModel Public Partial Class GiftCardIssueRequest Implements IReturn(Of GiftCardIssueResult) Public Overridable Property GiftCardTypeId As Integer Public Overridable Property AmountMinor As Integer Public Overridable Property Code As String Public Overridable Property Activate As Boolean Public Overridable Property BuyerName As String Public Overridable Property BuyerEmail As String Public Overridable Property BuyerPhone As String Public Overridable Property RecipientName As String Public Overridable Property IdempotencyKey As String Public Overridable Property Note As String End Class Public Partial Class GiftCardIssueResult Public Overridable Property Success As Boolean Public Overridable Property GiftCardId As Nullable(Of Integer) Public Overridable Property Code As String Public Overridable Property CodeLast4 As String Public Overridable Property Status As String Public Overridable Property ExpiresAt As Nullable(Of Date) Public Overridable Property PaymentId As String Public Overridable Property StatusCode As Integer Public Overridable Property Message As String End Class End Namespace End Namespace