' Options: 'Date: 2025-12-06 05:06:27 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.dev.dynamics.trendsic.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: LSW_OLifERequestName.* '''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.Net Imports CRM.AgencyPlatform.API.Internal Namespace Global Namespace CRM.AgencyPlatform.API.Internal Public Partial Class LSW_OLifE Public Overridable Property OLifeID As Integer Public Overridable Property SourceInfo As String Public Overridable Property CreateDate As Date Public Overridable Property TransExeDate As Date Public Overridable Property HoldingID As String Public Overridable Property HoldingTypeCode As String Public Overridable Property HoldingStatus As String Public Overridable Property AsOfDate As Date Public Overridable Property Policy_PolNumber As String Public Overridable Property Policy_LineOfBusiness As String Public Overridable Property Policy_ProductType As String Public Overridable Property Policy_ProductCode As String Public Overridable Property Policy_CarrierCode As String Public Overridable Property Policy_PlanName As String Public Overridable Property Policy_PolicyStatus As String Public Overridable Property Policy_Jurisdiction As String Public Overridable Property Policy_StatusChangeDate As Date Public Overridable Property Policy_PaymentMode As String Public Overridable Property Policy_PaymentModeTC As String Public Overridable Property Policy_PaymentAmt As Decimal Public Overridable Property TotalPolicy_PaymentAmt As Decimal Public Overridable Property Policy_PaymentMethod As String Public Overridable Property Life_TargetPremAmt As Decimal Public Overridable Property TotalLife_TargetPremAmt As Decimal Public Overridable Property Life_FaceAmt As Decimal Public Overridable Property TotalLife_FaceAmt As Decimal Public Overridable Property ApplicationInfo_TrackingID As String Public Overridable Property ApplicationInfo_CWAAmt As String Public Overridable Property TotalApplicationInfo_CWAAmt As String Public Overridable Property ApplicationInfo_SubmissionType As String Public Overridable Property ApplicationInfo_HOPolicyMailDate As Date Public Overridable Property ApplicationInfo_HoUnderwriterName As String Public Overridable Property ApplicationInfo_PlacementEndDate As Date Public Overridable Property ApplicationInfo_NBContactName As String Public Overridable Property ApplicationInfo_SignedDate As Date Public Overridable Property Client As String Public Overridable Property AgentID As Integer Public Overridable Property AgentNM As String Public Overridable Property Agent1Percent As String Public Overridable Property AgentNM2 As String Public Overridable Property Agent2Percent As String Public Overridable Property AgentNM3 As String Public Overridable Property Agent3Percent As String Public Overridable Property AgentNM4 As String Public Overridable Property Agent4Percent As String Public Overridable Property QualifyingLifePremium As Decimal Public Overridable Property TotalQualifyingLifePremium As Decimal Public Overridable Property AnnTransfer As Decimal Public Overridable Property TotalAnnTransfer As Decimal Public Overridable Property AnnFlow As Decimal Public Overridable Property TotalAnnFlow As Decimal Public Overridable Property Points As Decimal Public Overridable Property Life_Expected As Decimal Public Overridable Property TotalLife_Expected As Decimal Public Overridable Property FullName As String Public Overridable Property InterestPercent As Integer Public Overridable Property InterestPercentDecimal As Decimal Public Overridable Property Apps As Integer End Class Public Partial Class LSW_OLifERequestName Implements IReturn(Of LSW_OLifEResponse) Public Overridable Property StartDate As Date Public Overridable Property EndDate As Date Public Overridable Property AgentName As String End Class Public Partial Class LSW_OLifEResponse Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property LSW_OLifE As List(Of LSW_OLifE) = New List(Of LSW_OLifE) End Class End Namespace Namespace ServiceStack Public Partial Class ResponseStatus Implements IMeta Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As List(Of ResponseError) = New List(Of ResponseError) Public Overridable Property Meta As Dictionary(Of String, String) Implements IMeta.Meta = New Dictionary(Of String, String) End Class End Namespace End Namespace