' Options: 'Date: 2025-12-16 02:34:02 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://mds-api.mojomotorcycles.com.au ' '''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: DiagramSingle.* '''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 Tiptopweb.MojoPortal.Shared.Poco Imports Mds.Api.ServiceModel Namespace Global Namespace Mds.Api.ServiceModel Public Partial Class DiagramSingle Implements IReturn(Of DiagramSingleResponse) Public Overridable Property DiagramId As Integer End Class Public Partial Class DiagramSingleResponse Public Sub New() Parts = New List(Of MyobStockItemMapping) End Sub Public Overridable Property ResponseStatus As ResponseStatus Public Overridable Property Parts As List(Of MyobStockItemMapping) End Class End Namespace Namespace Tiptopweb.MojoPortal.Shared.Poco Public Partial Class Coordinate Public Overridable Property x1 As Integer Public Overridable Property y1 As Integer Public Overridable Property x2 As Integer Public Overridable Property y2 As Integer End Class Public Partial Class MyobStockItemMapping Public Sub New() Coordinates = New List(Of Coordinate) End Sub Public Overridable Property StockItemId As Integer Public Overridable Property Id As Integer Public Overridable Property Number As Integer Public Overridable Property InventoryId As String Public Overridable Property GroupId As Integer Public Overridable Property Name As String Public Overridable Property RetailPrice As Nullable(Of Decimal) Public Overridable Property DealerPrice As Nullable(Of Decimal) Public Overridable Property TradePrice As Nullable(Of Decimal) Public Overridable Property RetailPriceNz As Nullable(Of Decimal) Public Overridable Property TradePriceNz As Nullable(Of Decimal) Public Overridable Property DealerPriceNz As Nullable(Of Decimal) Public Overridable Property SalesUom As String Public Overridable Property StockingIndicator As String Public Overridable Property Color As String Public Overridable Property ColorCode As String Public Overridable Property NoteText As String Public Overridable Property Coordinates As List(Of Coordinate) Public Overridable Property PartQuantity As Integer Public Overridable Property AvaiableQuantity As Integer Public Overridable Property ShowAvailabilityPopUp As Boolean Public Overridable Property IsFd As Boolean End Class End Namespace End Namespace