' Options: 'Date: 2026-04-05 18:19:51 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://internal.thebunkerbridge.com ' '''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: ETSForwardOptions.* '''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.Web.Mvc Imports Bridge.Core.ViewModels Imports Bridge.Private.Api.DTO Namespace Global Namespace Bridge.Core.ViewModels Public Partial Class ETSForwardOptionsViewModel Public Sub New() GetETSForwardDepositOptionsForEntityContact = New List(Of GetETSForwardDepositOptionsForEntityContactViewModel) End Sub Public Overridable Property QuoteGuid As Guid Public Overridable Property Quantity As Integer Public Overridable Property MonthNumber As Integer Public Overridable Property StartDate As Date Public Overridable Property InvoicedBy As String Public Overridable Property SelectedDepositPercentage As String Public Overridable Property SelectedForwardOption As String Public Overridable Property ThirdPartyName As String Public Overridable Property CurrentServerTime As Date Public Overridable Property IsBridgeClient As Boolean Public Overridable Property ETSQuote As ETSQuoteViewModel Public Overridable Property GetETSForwardDepositOptionsForEntityContact As List(Of GetETSForwardDepositOptionsForEntityContactViewModel) End Class Public Partial Class ETSQuoteViewModel Public Overridable Property Id As Integer Public Overridable Property QuoteGuid As Guid Public Overridable Property QuoteDateTime As Date Public Overridable Property Quantity As Integer Public Overridable Property GreyEpochPrice As Double Public Overridable Property GreyEpochFee As Double Public Overridable Property PayNowTotal As Double Public Overridable Property ServiceFeeType As String Public Overridable Property ServiceFee As Double Public Overridable Property FinanceStatus As String Public Overridable Property FinanceFee As Double Public Overridable Property FinanceTotal As Double Public Overridable Property ServiceFeeDescription As String Public Overridable Property FinancePercentage As Double Public Overridable Property ServiceFeeValue As Double Public Overridable Property DeviceType As String End Class Public Partial Class GetETSForwardDepositOptionsForEntityContactViewModel Public Overridable Property InvoiceFrom As String Public Overridable Property AllowanceCostEach As Double Public Overridable Property DepAvailable As Boolean Public Overridable Property CreditAvailable As Boolean Public Overridable Property MarkupPercentage As Double Public Overridable Property EUAPrice As Double Public Overridable Property OrderTotalValue As Double Public Overridable Property DepositPercentage As Double Public Overridable Property DepositTotalValue As Double Public Overridable Property MarginPercentageCovered As Double Public Overridable Property MarginCoveredTo As Double Public Overridable Property ServiceFeeType As String Public Overridable Property TotalServiceFee As Double Public Overridable Property DepositCashRequired As Double Public Overridable Property MarginCashRisk As Double Public Overridable Property TotalCashRisk As Double Public Overridable Property DepositTitle As String Public Overridable Property HeaderBarText As String Public Overridable Property HeaderBarValue As String Public Overridable Property MoreDetailsString As String Public Overridable Property PriceToBridge As Double Public Overridable Property BridgeDepositValue As Double Public Overridable Property ExternalFeePerTicket As Double Public Overridable Property OurCommission As Double Public Overridable Property Sort As Integer Public Overridable Property ServiceFeeDescription As String Public Overridable Property ApiToUse As String Public Overridable Property AitherSettlementUUID As String End Class End Namespace Namespace Bridge.Private.Api.DTO Public Partial Class ETSForwardOptions Implements IReturn(Of ETSForwardOptionsViewModel) Public Overridable Property QuoteId As String Public Overridable Property Quantity As Integer Public Overridable Property MonthNumber As Integer Public Overridable Property StartDate As String End Class End Namespace End Namespace