' Options: 'Date: 2025-04-05 01:52:49 'Version: 8.23 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://testapi.bokamera.se ' '''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: AdminIncentivesQuery.* '''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 System.Globalization Imports ServiceStack.Data Imports System.IO Imports System.Net Imports System.Net.Http.Headers Imports BokaMera.API.ServiceModel.Dtos Imports BokaMera.API.ServiceModel.Db Imports BokaMera.API.ServiceModel.Db.Incentive Imports BokaMera.API.ServiceModel.Enums Imports PaysonIntegrationCO2.Models.Enums Namespace Global Namespace BokaMera.API.ServiceModel.Db Public Partial Class BaseModel End Class Public Partial Class Country Inherits BaseModel Public Overridable Property CurrencyId As String Public Overridable Property CurrencyInfo As Currency Public Overridable Property Name As String Public Overridable Property Culture As String Public Overridable Property TimeZone As String Public Overridable Property ModifiedDate As Nullable(Of DateTimeOffset) Public Overridable Property Id As String End Class Public Partial Class Currency Inherits BaseModel Public Overridable Property Name As String Public Overridable Property CurrencySign As String Public Overridable Property Active As Boolean Public Overridable Property ModifiedDate As Nullable(Of DateTimeOffset) Public Overridable Property Id As String End Class Public Partial Class ExternalReference Inherits BaseModel Public Overridable Property CompanyId As Guid Public Overridable Property Id As Guid Public Overridable Property OwnerId As Guid Public Overridable Property ReferenceType As String Public Overridable Property ExternalData As String Public Overridable Property CreatedBy As String Public Overridable Property Updated As Date Public Overridable Property Created As Date Public Overridable Property ModifiedDate As Nullable(Of DateTimeOffset) End Class End Namespace Namespace BokaMera.API.ServiceModel.Db.Incentive Public Enum CriteriaType LicenseAvailability SmsActivation eAccountingActivation CodeLockActivation SocialActivation OnlinePaymentActivation FollowUpMessageActivation RatingActivation End Enum Public Partial Class Incentive Inherits BaseModel Public Sub New() Companies = New List(Of IncentiveCompanyRelation) Criteria = New List(Of IncentiveCriteria) End Sub Public Overridable Property Id As Integer Public Overridable Property Heading As String Public Overridable Property StorageUrl As String Public Overridable Property SuccessButtonText As String Public Overridable Property Active As Boolean Public Overridable Property ActionId As Integer Public Overridable Property Frequency As IncentiveRecurrenceFrequency Public Overridable Property RecurrenceInterval As UInt32 Public Overridable Property InitialDelayInSeconds As Integer Public Overridable Property MaxDisplayCount As Nullable(Of Integer) Public Overridable Property ValidFrom As DateTimeOffset Public Overridable Property ValidTo As DateTimeOffset Public Overridable Property CreatedDate As DateTimeOffset Public Overridable Property ModifiedDate As Nullable(Of DateTimeOffset) Public Overridable Property AppliesToAllCompanies As Boolean Public Overridable Property Payload As String Public Overridable Property Companies As List(Of IncentiveCompanyRelation) Public Overridable Property Criteria As List(Of IncentiveCriteria) Public Overridable Property Action As IncentiveAction End Class Public Partial Class IncentiveAction Inherits BaseModel Public Overridable Property Id As Integer Public Overridable Property ActionType As IncentiveActionType Public Overridable Property Page As String Public Overridable Property Segment As String Public Overridable Property Element As String Public Overridable Property LicenseTypeId As Nullable(Of Integer) End Class Public Enum IncentiveActionType Upgrade = 1 AddOn = 2 Information = 3 End Enum Public Partial Class IncentiveCompanyRelation Inherits BaseModel Public Overridable Property Id As Long Public Overridable Property CompanyId As Guid Public Overridable Property IncentiveId As Integer Public Overridable Property CreatedDate As DateTimeOffset End Class Public Partial Class IncentiveCriteria Inherits BaseModel Public Overridable Property Id As Integer Public Overridable Property IncentiveId As Integer Public Overridable Property CriteriaType As CriteriaType Public Overridable Property Value As String Public Overridable Property InvertCondition As Boolean Public Overridable Property CreatedDate As DateTimeOffset End Class Public Enum IncentiveRecurrenceFrequency OneTime = 1 Weekly = 2 Monthly = 3 End Enum End Namespace Namespace BokaMera.API.ServiceModel.Dtos Public Partial Class AccessKeyTypeResponse Public Overridable Property Id As Integer Public Overridable Property KeyType As String Public Overridable Property Description As String End Class Public Partial Class AdminIncentivesQuery Inherits QueryDb(Of Incentive, QueryResponse(Of AdminIncentiveQueryResponse)) Implements IReturn(Of QueryResponse(Of QueryResponse(Of AdminIncentiveQueryResponse))) Public Overridable Property Id As Nullable(Of Integer) Public Overridable Property CompanyId As Nullable(Of Guid) Public Overridable Property ValidFrom As Nullable(Of Date) Public Overridable Property ValidTo As Nullable(Of Date) Public Overridable Property ActionId As Nullable(Of Integer) Public Overridable Property Active As Nullable(Of Boolean) Public Overridable Property IncludeCriteria As Boolean Public Overridable Property IncludeCompanies As Boolean Public Overridable Property IncludeAction As Boolean End Class Public Partial Class BillingInformationResponse Public Sub New() BillingMethodOptions = New List(Of BillingMethod) End Sub ''' '''The company id. ''' Public Overridable Property CompanyId As Guid ''' '''The prefered billing method. ''' Public Overridable Property BillingMethodId As Integer ''' '''The prefered billing method. ''' Public Overridable Property LicensePlanId As Integer ''' '''The name that should be printed on the billing information, normally this would be your company name. ''' Public Overridable Property Name As String ''' '''If you want to add the attention to the billing address. ''' Public Overridable Property Attention As String ''' '''The street for the billing adress. This is required when having postal invoice as billing method. ''' Public Overridable Property Street1 As String ''' '''The street for the billing adress. ''' Public Overridable Property Street2 As String ''' '''The zip code (postal code) for the billing adress. This is required when having postal invoice as billing method. ''' Public Overridable Property ZipCode As String ''' '''The city for the billing adress. This is required when having postal invoice as billing method. ''' Public Overridable Property City As String ''' '''The country for the billing adress. This is required when having postal invoice as billing method. ''' Public Overridable Property CountryId As String ''' '''The billing email. This is required when having email invoice as billing method. ''' Public Overridable Property Email As String ''' '''The company global location number. ''' Public Overridable Property GLN As String ''' '''You're internal rereference. ''' Public Overridable Property ReferenceLine1 As String ''' '''You're internal rereference. ''' Public Overridable Property ReferenceLine2 As String ''' '''The billing payment terms in days. This is default 15 days. ''' Public Overridable Property PaymentTermsDays As Integer ''' '''The company vat registration number. ''' Public Overridable Property VatRegistrationNumber As String ''' '''The billing method options to choose from ''' Public Overridable Property BillingMethodOptions As List(Of BillingMethod) End Class Public Partial Class BillingMethodQueryResponse Public Sub New() Countries = New List(Of String) End Sub ''' '''The billing method id ''' Public Overridable Property Id As Integer ''' '''The billing method name ''' Public Overridable Property Name As String ''' '''The billing method description ''' Public Overridable Property Description As String ''' '''The billing method is valid for the following countries ''' Public Overridable Property Countries As List(Of String) End Class Public Partial Class BookingQueryResponse Public Sub New() CustomFields = New List(Of CustomFieldConfigData) CustomFieldValues = New List(Of CustomFieldDataResponse) BookedResourceTypes = New List(Of BookedResourceType) Quantities = New List(Of BookedQuantity) Log = New List(Of BookingLogQueryResponse) PaymentLog = New List(Of BookingPaymentLogQueryResponse) CheckoutLog = New List(Of BookingCheckoutQueryResponse) ExternalReference = New List(Of ExternalReferenceResponse) End Sub Public Overridable Property Id As Integer Public Overridable Property CompanyId As Guid Public Overridable Property From As Date Public Overridable Property To As Date Public Overridable Property Status As BookingStatusEnum Public Overridable Property StatusId As Integer Public Overridable Property StatusName As String Public Overridable Property StatusInfo As BookingStatusQueryResponse Public Overridable Property SendEmailReminder As Boolean Public Overridable Property SendSmsReminder As Boolean Public Overridable Property SendSmsConfirmation As Boolean Public Overridable Property SendEmailConfirmation As Boolean Public Overridable Property LastTimeToUnBook As Nullable(Of Date) Public Overridable Property CustomFields As List(Of CustomFieldConfigData) Public Overridable Property CustomFieldValues As List(Of CustomFieldDataResponse) Public Overridable Property BookedResourceTypes As List(Of BookedResourceType) Public Overridable Property Company As BookedCompany Public Overridable Property Customer As BookedCustomer Public Overridable Property Quantities As List(Of BookedQuantity) Public Overridable Property Service As ServiceInfoResponse Public Overridable Property PaymentExpiration As Nullable(Of Date) Public Overridable Property Log As List(Of BookingLogQueryResponse) Public Overridable Property PaymentLog As List(Of BookingPaymentLogQueryResponse) Public Overridable Property CheckoutLog As List(Of BookingCheckoutQueryResponse) Public Overridable Property ExternalReference As List(Of ExternalReferenceResponse) Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property CalendarExportStatus As BookingCalendarExportStatus Public Overridable Property LengthInMinutes As Nullable(Of Integer) Public Overridable Property BookedBy As String Public Overridable Property BookedComments As String Public Overridable Property UnbookedComments As String Public Overridable Property CommentsToCustomer As String Public Overridable Property CreatedDate As Date Public Overridable Property UpdatedDate As Date Public Overridable Property UnbookedOn As Nullable(Of Date) Public Overridable Property CancellationCode As String Public Overridable Property RatingCode As String End Class Public Partial Class BookingReportFieldTranslationResponse ''' '''The field translation id ''' Public Overridable Property Id As Integer ''' '''The field translation code. ''' Public Overridable Property Code As String ''' '''The field translation name. ''' Public Overridable Property Name As String ''' '''The field translation description. ''' Public Overridable Property Description As String ''' '''The field translation group. ''' Public Overridable Property Group As String End Class Public Partial Class BookingStatusQueryResponse Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property Icon As String Public Overridable Property Color As String End Class Public Partial Class CategoryQueryResponse Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property Header As String Public Overridable Property ImageUrl As Uri Public Overridable Property Active As Boolean Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class CompanyInvoiceQueryResponse Public Sub New() InvoiceLines = New List(Of InvoiceLineResponse) ExternalReferences = New List(Of ExternalReference) End Sub ''' '''The company id ''' Public Overridable Property CompanyId As Guid ''' '''The invoice id ''' Public Overridable Property Id As Integer ''' '''Status of the invoice ''' Public Overridable Property StatusId As Integer ''' '''Date of the invoice ''' Public Overridable Property InvoiceDate As Date ''' '''Due date of the invoice ''' Public Overridable Property DueDate As Nullable(Of Date) ''' '''What start date of the invoice period ''' Public Overridable Property PeriodFrom As Date ''' '''What end date of the invoice period ''' Public Overridable Property PeriodTo As Date ''' '''The total amount of the invoice ''' Public Overridable Property TotalAmount As Double ''' '''The rounding of the total amount ''' Public Overridable Property Rounding As Double ''' '''The VAT ''' Public Overridable Property VAT As Decimal ''' '''The VAT registration number ''' Public Overridable Property VATRegistrationNo As String ''' '''The company registration number ''' Public Overridable Property RegistrationNumber As String ''' '''The company name ''' Public Overridable Property CompanyName As String ''' '''The company owner, used for grouping invoices per CompanyOwner ''' Public Overridable Property CompanyOwner As CompanyOwnerResponse ''' '''The company type ''' Public Overridable Property CompanyType As CompanyTypeResponse ''' '''The company contact person ''' Public Overridable Property ContactPerson As String ''' '''The company street ''' Public Overridable Property Street1 As String ''' '''The company street ''' Public Overridable Property Street2 As String ''' '''The company city ''' Public Overridable Property City As String ''' '''The company zip ''' Public Overridable Property Zip As String ''' '''The company country ''' Public Overridable Property CountryId As String ''' '''The invoice currency ''' Public Overridable Property CurrencyId As String ''' '''The invoice created date ''' Public Overridable Property Created As Nullable(Of Date) ''' '''The invoice updated date ''' Public Overridable Property Updated As Nullable(Of Date) ''' '''The reference to promikbook invoice ''' Public Overridable Property PromikBookInvoiceId As Nullable(Of Integer) ''' '''Any invoice message ''' Public Overridable Property Message As String ''' '''The currency information ''' Public Overridable Property CurrencyInfo As CurrencyInfoResponse ''' '''The currency information ''' Public Overridable Property InvoiceStatus As InvoiceStatusResponse ''' '''The currency information ''' Public Overridable Property InvoiceLines As List(Of InvoiceLineResponse) ''' '''Billing information ''' Public Overridable Property BillingInformation As BillingInformationResponse Public Overridable Property ExternalReferences As List(Of ExternalReference) End Class Public Partial Class CompanyOwnerResponse ''' '''Company owner id ''' Public Overridable Property Id As Integer ''' '''Company owner name ''' Public Overridable Property Name As String End Class Public Partial Class CompanyTypeQueryResponse Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String End Class Public Partial Class CompanyTypeResponse ''' '''Company type id ''' Public Overridable Property Id As Integer ''' '''Company type name ''' Public Overridable Property Name As String End Class Public Partial Class CountryQueryResponse Public Overridable Property Id As String Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class CurrencyInfoResponse ''' '''The currency id ''' Public Overridable Property Id As String ''' '''The currency id ''' Public Overridable Property Name As String ''' '''The currency id ''' Public Overridable Property CurrencySign As String End Class Public Partial Class CurrencyQueryResponse Public Overridable Property Id As String Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property CurrencySign As String Public Overridable Property Active As Boolean Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class DasboardMessageTypeResponse ''' '''The message type id ''' Public Overridable Property Id As Integer ''' '''The message type name ''' Public Overridable Property Name As String ''' '''The message type description ''' Public Overridable Property Description As String ''' '''The message type image ''' Public Overridable Property ImageUrl As String ''' '''If the message type is a application message ''' Public Overridable Property ApplicationMessage As Nullable(Of Boolean) ''' '''The message type icon ''' Public Overridable Property Icon As String ''' '''The message type color ''' Public Overridable Property Color As String End Class Public Partial Class DashboardMessageQueryResponse ''' '''The message id ''' Public Overridable Property Id As Integer ''' '''The message title. ''' Public Overridable Property Title As String ''' '''The message body. ''' Public Overridable Property Body As String ''' '''If the message is important. ''' Public Overridable Property Important As Boolean ''' '''If the message visible from date. ''' Public Overridable Property VisibleFrom As Date ''' '''If the message visible to date. ''' Public Overridable Property VisibleTo As Date ''' '''If the message created date. ''' Public Overridable Property Created As Date ''' '''If the message type id. ''' Public Overridable Property MessageTypeId As Integer ''' '''If the message is connected to a support case. ''' Public Overridable Property SupportCaseId As Nullable(Of Integer) ''' '''If the message type information. ''' Public Overridable Property MessageType As DasboardMessageTypeResponse End Class Public Partial Class FieldTranslationResponse ''' '''The field translation id ''' Public Overridable Property Id As Integer ''' '''The field translation code. ''' Public Overridable Property Code As String ''' '''The field translation name. ''' Public Overridable Property Name As String ''' '''The field translation description. ''' Public Overridable Property Description As String ''' '''The field translation group. ''' Public Overridable Property Group As String End Class Public Partial Class GeoDataCitiesQueryResponse Public Overridable Property Id As Guid Public Overridable Property City As String Public Overridable Property Longitude As String Public Overridable Property Latitude As String Public Overridable Property Country As String Public Overridable Property Iso2 As String Public Overridable Property Admin As String Public Overridable Property Capital As String Public Overridable Property Population As Nullable(Of Integer) Public Overridable Property PopulationProper As Nullable(Of Integer) End Class Public Partial Class GroupedBookingQueryResponse Public Sub New() Bookings = New List(Of BookingQueryResponse) End Sub Public Overridable Property CompanyId As Guid Public Overridable Property [Date] As Date Public Overridable Property Bookings As List(Of BookingQueryResponse) End Class Public Partial Class GroupedServiceQueryResponse Public Sub New() Items = New List(Of ServiceQueryResponse) End Sub Public Overridable Property Group As String Public Overridable Property SortOrder As Integer Public Overridable Property Items As List(Of ServiceQueryResponse) Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class InvoiceLineResponse ''' '''The invoice id ''' Public Overridable Property InvoiceId As Integer ''' '''The invoice line id ''' Public Overridable Property Id As Integer ''' '''The invoice line period from date ''' Public Overridable Property PeriodFrom As Date ''' '''The invoice line period to date ''' Public Overridable Property PeriodTo As Date ''' '''The invoice line article number ''' Public Overridable Property ArticleNumber As Nullable(Of Integer) ''' '''The invoice line article name ''' Public Overridable Property ArticleName As String ''' '''The invoice line article description ''' Public Overridable Property ArticleDescription As String ''' '''The invoice line quantity ''' Public Overridable Property Quantity As Integer ''' '''The invoice line unit price ''' Public Overridable Property UnitPrice As Double ''' '''The invoice line sub total ''' Public Overridable Property SubTotal As Double ''' '''The invoice line rebate in percent ''' Public Overridable Property Rebate As Integer ''' '''The invoice line updated date ''' Public Overridable Property Updated As Nullable(Of Date) ''' '''The invoice line created date ''' Public Overridable Property Created As Nullable(Of Date) End Class Public Partial Class InvoiceStatusResponse ''' '''The status id ''' Public Overridable Property Id As Integer ''' '''The status name ''' Public Overridable Property Name As String ''' '''The status description ''' Public Overridable Property Description As String End Class Public Partial Class LicenseInformationQueryResponse Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property Url As Uri Public Overridable Property FreeEdition As Boolean Public Overridable Property StartEdition As Boolean Public Overridable Property ProEdition As Boolean Public Overridable Property SmartEdition As Boolean Public Overridable Property EnterpriseEdition As Boolean Public Overridable Property FreeEditionValue As String Public Overridable Property StartEditionValue As String Public Overridable Property ProEditionValue As String Public Overridable Property SmartEditionValue As String Public Overridable Property EnterpriseEditionValue As String Public Overridable Property LicenseInformationTypeId As Integer End Class Public Partial Class LicenseInformationTypeQueryResponse ''' '''The license information type id ''' Public Overridable Property Id As Integer ''' '''The license information type name ''' Public Overridable Property Name As String End Class Public Partial Class LicenseItemsResponse Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property AllowedItems As Integer End Class Public Partial Class LicensePlanQueryResponse Public Overridable Property Id As Integer Public Overridable Property VossPlanId As Guid Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property VossPlan As VossPlanResponse Public Overridable Property PlanLength As Integer Public Overridable Property PlanLengthUnit As LengthUnit Public Overridable Property UpdatedDate As Date Public Overridable Property CreatedDate As Date End Class Public Partial Class LicensePriceResponse Public Overridable Property LicenseTypeId As Integer Public Overridable Property CountryId As String Public Overridable Property Price As Integer Public Overridable Property Country As Country Public Overridable Property LicensePlanId As Integer End Class Public Partial Class LicenseTypeQueryResponse Public Sub New() Items = New List(Of LicenseItemsResponse) Prices = New List(Of LicensePriceResponse) End Sub ''' '''The license type id ''' Public Overridable Property Id As Integer ''' '''The license type name ''' Public Overridable Property Name As String ''' '''The license type description ''' Public Overridable Property Description As String ''' '''If the license type is not a standard license but instead an extra license option. An example would be sending new letter license. ''' Public Overridable Property IsExtraLicenseOption As Boolean ''' '''The period of notice for the license in days. ''' Public Overridable Property PeriodOfNoticeDays As Integer ''' '''The license items for the license type ''' Public Overridable Property Items As List(Of LicenseItemsResponse) ''' '''The license prices in each country for the license type ''' Public Overridable Property Prices As List(Of LicensePriceResponse) End Class Public Partial Class MessageSendMethodQueryResponse ''' '''The send method id ''' Public Overridable Property Id As Integer ''' '''The send method name. ''' Public Overridable Property Name As String ''' '''The send method description. ''' Public Overridable Property Description As String End Class Public Partial Class MessageTypeQueryResponse ''' '''The message type id ''' Public Overridable Property Id As Integer ''' '''The message type name. ''' Public Overridable Property Name As String ''' '''The message type description. ''' Public Overridable Property Description As String ''' '''The maximum number of charachters that can be entered into message body using this type. ''' Public Overridable Property MaxCharacters As Integer ''' '''The default text that is always included when sending messages of this type. ''' Public Overridable Property DefaultText As String ''' '''The send method for this type. 1 = Email, 2 = SMS. ''' Public Overridable Property SendMethodId As Integer End Class Public Partial Class NewsletterEmailTemplatesQueryResponse ''' '''The email template id ''' Public Overridable Property Id As Integer ''' '''The email template name. ''' Public Overridable Property Name As String ''' '''The email template description. ''' Public Overridable Property Description As String ''' '''The email template html content. ''' Public Overridable Property Body As String End Class Public Partial Class NewsletterFieldTranslationResponse ''' '''The field translation id ''' Public Overridable Property Id As Integer ''' '''The field translation code. ''' Public Overridable Property Code As String ''' '''The field translation name. ''' Public Overridable Property Name As String ''' '''The field translation description. ''' Public Overridable Property Description As String ''' '''The field translation group. ''' Public Overridable Property Group As String End Class Public Partial Class NewsletterSendMethodQueryResponse ''' '''The send method id ''' Public Overridable Property Id As Integer ''' '''The send method name. ''' Public Overridable Property Name As String ''' '''The send method description. ''' Public Overridable Property Description As String End Class Public Partial Class PriceViewTypeQueryResponse Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String End Class Public Partial Class RatingReviewResponse ''' '''The title for the review ''' Public Overridable Property Title As String ''' '''The description for the review ''' Public Overridable Property Description As String ''' '''The rating score ''' Public Overridable Property RatingScore As Integer ''' '''The review author ''' Public Overridable Property Author As String ''' '''The created date ''' Public Overridable Property Created As Date ''' '''The review answer from the company ''' Public Overridable Property ReviewAnswer As String End Class Public Partial Class RebateCodeCustomerResponse Public Overridable Property Id As Guid Public Overridable Property Firstname As String Public Overridable Property Lastname As String Public Overridable Property Email As String Public Overridable Property Phone As String Public Overridable Property ImageUrl As String End Class Public Partial Class RebateCodeServiceResponse Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property Active As Boolean End Class Public Partial Class RebateCodeTransactionQueryResponse Public Overridable Property Id As Integer Public Overridable Property CompanyId As Guid Public Overridable Property Note As String Public Overridable Property RebateCodeId As Integer Public Overridable Property RebateCodeSign As String Public Overridable Property RebateCodeTypeId As Nullable(Of Integer) Public Overridable Property RebateCodeTypeName As String Public Overridable Property Amount As Double Public Overridable Property Usage As String Public Overridable Property BookingId As Nullable(Of Integer) Public Overridable Property UpdatedDate As Date Public Overridable Property CreatedDate As Date Public Overridable Property Service As RebateCodeServiceResponse Public Overridable Property Customer As RebateCodeCustomerResponse Public Overridable Property PriceSign As String End Class Public Partial Class ServiceQueryResponse Public Sub New() CustomFields = New List(Of CustomFieldConfigData) CustomFieldValues = New List(Of CustomFieldDataResponse) BookingCustomFields = New List(Of CustomFieldConfigData) CustomerCustomFields = New List(Of CustomFieldConfigData) BookingStatusOptions = New List(Of BookingStatusOptionsResponse) Prices = New List(Of ServicePriceResponse) Reviews = New List(Of RatingReviewResponse) ResourceTypes = New List(Of ServiceResourceTypeResponse) End Sub Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property ImageUrl As Uri Public Overridable Property TotalSpots As Integer ''' '''If this setting is turned on the remaining spots (if Totalspots > 1) is locked from be booked by another customer. ''' 1) is locked from be booked by another customer.")> Public Overridable Property LockSpotsToBooking As Nullable(Of Boolean) Public Overridable Property MinNumberOfSpotsPerBooking As Integer Public Overridable Property MaxNumberOfSpotsPerBooking As Integer Public Overridable Property MinNumberOfResourcesToBook As Integer Public Overridable Property MaxNumberOfResourcesToBook As Integer Public Overridable Property UnbookBeforeDays As Integer Public Overridable Property UnbookBeforeHours As Integer Public Overridable Property UnbookBeforeMinutes As Integer ''' '''What type of schedule is connected to the service. RecurringSchedule = 1, DateSchedule = 2 ''' Public Overridable Property ScheduleType As ScheduleType ''' '''What type of schedule is connected to the service. RecurringSchedule = 1, DateSchedule = 2 ''' Public Overridable Property ScheduleTypeId As Integer Public Overridable Property BookBeforeDays As Integer Public Overridable Property BookBeforeHours As Integer Public Overridable Property BookBeforeMinutes As Integer Public Overridable Property Group As String Public Overridable Property EnableBookingQueue As Boolean Public Overridable Property EnableCodeLockSync As Boolean Public Overridable Property EnableCustomerManualPayment As Boolean Public Overridable Property SortOrder As Integer Public Overridable Property Active As Boolean Public Overridable Property IsGroupBooking As Boolean Public Overridable Property GroupBooking As GroupBookingSettings Public Overridable Property MultipleResource As MultipleResourceSettings Public Overridable Property IsPaymentEnabled As Boolean ''' '''Maximum numbers of minutes the booking payment must be completed before automatically unbooked ''' Public Overridable Property MaxPaymentTime As Integer ''' '''If the booking should be either 1 = Booked) or 3 = Reserved. Default is 1 = Booked. ''' Public Overridable Property BookingStatusId As Integer Public Overridable Property OnlyVisibleByAdmin As Boolean Public Overridable Property LengthInMinutes As Nullable(Of Integer) Public Overridable Property DurationTypeId As Integer Public Overridable Property Duration As Nullable(Of Integer) Public Overridable Property MinDuration As Nullable(Of Integer) Public Overridable Property MaxDuration As Nullable(Of Integer) Public Overridable Property DurationInterval As Nullable(Of Integer) Public Overridable Property PauseAfterBooking As Integer Public Overridable Property CustomFields As List(Of CustomFieldConfigData) Public Overridable Property CustomFieldValues As List(Of CustomFieldDataResponse) Public Overridable Property BookingCustomFields As List(Of CustomFieldConfigData) Public Overridable Property CustomerCustomFields As List(Of CustomFieldConfigData) ''' '''The booking status options to choose from ''' Public Overridable Property BookingStatusOptions As List(Of BookingStatusOptionsResponse) Public Overridable Property Prices As List(Of ServicePriceResponse) Public Overridable Property Schedules As ServiceSchedules Public Overridable Property RatingSummary As CompanyRatingSummary Public Overridable Property Reviews As List(Of RatingReviewResponse) Public Overridable Property ResourceTypes As List(Of ServiceResourceTypeResponse) Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property PriceViewTypeId As Nullable(Of Integer) End Class Public Partial Class SupportCaseAreaResponse ''' '''The area id ''' Public Overridable Property Id As Integer ''' '''The area name ''' Public Overridable Property Name As String ''' '''The area description ''' Public Overridable Property Description As String End Class Public Partial Class SupportCaseStatusResponse ''' '''The status id ''' Public Overridable Property Id As Integer ''' '''The status name ''' Public Overridable Property Name As String ''' '''The status description ''' Public Overridable Property Description As String ''' '''The status icon ''' Public Overridable Property Icon As String ''' '''The status color ''' Public Overridable Property Color As String End Class Public Partial Class SupportCaseTypeResponse ''' '''The type id ''' Public Overridable Property Id As Integer ''' '''The type name ''' Public Overridable Property Name As String ''' '''The type description ''' Public Overridable Property Description As String End Class Public Partial Class TrialQueryResponse Public Overridable Property Id As Integer Public Overridable Property Name As String Public Overridable Property TrialDays As Integer End Class Public Partial Class VossPlanResponse Public Overridable Property Id As Guid Public Overridable Property Name As String Public Overridable Property LengthUnit As String Public Overridable Property Length As String End Class End Namespace Namespace BokaMera.API.ServiceModel.Enums Public Enum LengthUnit Week = 1 Month = 2 Year = 3 End Enum End Namespace Namespace PaysonIntegrationCO2.Models.Enums Public Enum Currency SEK = 1 EUR = 2 End Enum End Namespace End Namespace