' Options: 'Date: 2025-12-14 05:17:41 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.bokamera.se ' '''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: UpdateVossInvoiceConfigurations.* '''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 System.Globalization Imports ServiceStack.Data Imports System.Net Imports System.Net.Http.Headers Imports BokaMera.VossIntegration.ApiTools.Model Imports BokaMera.API.ServiceModel.Dtos Namespace Global Namespace BokaMera.API.ServiceModel.Dtos Public Partial Class UpdateVossInvoiceConfigurations Inherits UpdateInvoiceConfigurationsRequest End Class End Namespace Namespace BokaMera.VossIntegration.ApiTools.Model Public Partial Class TimeLengthRequestDto Public Overridable Property Unit As UnitEnum Public Overridable Property Value As Integer Public Enum UnitEnum Day Month Year End Enum End Class Public Partial Class UpdateInvoiceConfigurationsRequest Public Overridable Property IntermediaryPlacement As IntermediaryPlacementEnum Public Overridable Property AccrualCodeFormat As AccrualCodeFormatEnum Public Overridable Property DateFormat As String Public Overridable Property Delimiter As String Public Overridable Property DecimalSeparator As String Public Overridable Property OrderCreatorCode As String Public Overridable Property SalesPersonId As String Public Overridable Property SalesDepartmentId As String Public Overridable Property IncludeBillingPeriodDates As Boolean Public Overridable Property TrackInvoicePayments As Boolean Public Overridable Property IncludeInvoicedCustomerDetails As Boolean Public Overridable Property BillingPeriodTextFormat As String Public Overridable Property CustomerFooterText As String Public Overridable Property AddEmptyLineBeforeCustomerFooter As Boolean Public Overridable Property IncludeOnlyDefaultSalesPersonAndDepartment As Boolean Public Overridable Property IncludeSubscriptionCustomerDetailsIfPayedByAnotherCustomer As Boolean Public Overridable Property TransactionGroup As String Public Overridable Property InvoiceArbitraryNumber As String Public Overridable Property DeliveryMethod As String Public Overridable Property DeliveryConditions As String Public Overridable Property OrderType As String Public Overridable Property InvoiceStatus As String Public Overridable Property UseProductGroupRevenueRecognition As Boolean Public Overridable Property ProductGroupLineExcludePrint As String Public Overridable Property ProductGroupLineEditPreferences As String Public Overridable Property ProductLineExcludePrint As String Public Overridable Property UseDiscountedPrices As Boolean Public Overridable Property TerminateUnpaidSubscriptions As Boolean Public Overridable Property AllowedUnpaidAmountLimit As Double Public Overridable Property AllowedPaymentOverdue As TimeLengthRequestDto Public Overridable Property UnpaidSubscriptionTerminationReasonId As Guid? Public Overridable Property UnpaidSubscriptionTerminationComment As String Public Overridable Property CreditInvoiceNumberReferenceTextFormat As String Public Enum IntermediaryPlacementEnum None IncludeIn21StColumn IncludeIn7ThColumn End Enum Public Enum AccrualCodeFormatEnum [Default] Dutch End Enum End Class End Namespace End Namespace