' Options: 'Date: 2026-04-05 18:21:16 '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: DealRecapDecline.* '''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.Private.Api.DTO Imports Bridge.Core.ViewModels Namespace Global Namespace Bridge.Core.ViewModels Public Partial Class GetRecapDetailsViewModel Public Sub New() CompanyLogo = New Byte(){} CountryFlag = New Byte(){} End Sub Public Overridable Property Guid As Guid Public Overridable Property DocumentTitle As String Public Overridable Property GeneralComments As String Public Overridable Property EnquiryId As Integer Public Overridable Property EnquiryGuid As Guid Public Overridable Property CompanyLogo As Byte() Public Overridable Property FromContactName As String Public Overridable Property ContactGuid As Guid Public Overridable Property EntityName As String Public Overridable Property VesselName As String Public Overridable Property IMONumber As Integer Public Overridable Property PortCode As String Public Overridable Property PortName As String Public Overridable Property CountryName As String Public Overridable Property CountryFlag As Byte() Public Overridable Property DateFrom As Date Public Overridable Property DateTo As Date Public Overridable Property BuyerAccountName As String Public Overridable Property DeliveryMethod As String Public Overridable Property AgentDetails As String Public Overridable Property RecapTerms As String Public Overridable Property AdditionalCosts As String Public Overridable Property RecapGrades As String Public Overridable Property Accepted As Nullable(Of Boolean) Public Overridable Property Rejected As Nullable(Of Boolean) Public Overridable Property FromEntityContactId As Integer Public Overridable Property ToEntityContactId As Integer Public Overridable Property RecapComments As String Public Overridable Property TermsAndConditions As String Public Overridable Property ImageGuid As Guid Public Overridable Property VesselId As Integer Public Overridable Property ConfirmationOnly As Boolean End Class End Namespace Namespace Bridge.Private.Api.DTO Public Partial Class DealRecapDecline Implements IReturn(Of GetRecapDetailsViewModel) Public Overridable Property Guid As Guid End Class End Namespace End Namespace