You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
4.7 KiB

Public Class clsOrder
Public Class Address
Public Property addressLine1 As String
Public Property addressLine2 As Object
Public Property zipCode As String
Public Property place As String
Public Property province As Object
Public Property countryIsoCode As String
End Class
Public Class BindingOffer
Public Property datetime As Object
Public Property marketValue As Object
Public Property shallIncome As Object
Public Property grossYield As Object
End Class
Public Class CostControlling
Public Property orderCostCategoryKey As Object
Public Property effectiveWorkHours As Object
Public Property effectiveTravelHours As Object
Public Property calculatedCost As Object
Public Property timeBudget As Object
Public Property cost As Object
Public Property hourlyRate As Object
End Class
Public Class Details
Public Property isFastTrack As Boolean
Public Property isExternal As Boolean
Public Property orderRegionKey As Object
Public Property orderValuationTypeKey As Object
Public Property orderCaseKey As Object
Public Property valuationDateOrder As Object
Public Property dueDate As String
Public Property lastValuation As Object
Public Property lastVisited As Object
Public Property lastVisitor As Object
Public Property customerName As String
Public Property customerExternalId As Object
Public Property customerEmail As String
Public Property endCustomerName As Object
Public Property endCustomerExternalId As Object
Public Property contactName As Object
Public Property contactComments As Object
Public Property currency As String
Public Property costCeiling As Object
Public Property comments As Object
Public Property orderBusinessUnitKey As Object
Public Property orderContainerKey As Object
Public Property orderDate As Object
Public Property orderPropertyUnitUsage As Object
Public Property orderDealStructure As Object
Public Property offerPrice As Object
Public Property shallIncome As Object
Public Property grossYield As Object
End Class
Public Class Finalization
Public Property signingNotes As Object
Public Property closingNotes As Object
Public Property cancellationReason As Object
Public Property cancellationComment As Object
End Class
Public Class Link
Public Property rel As String
Public Property href As String
End Class
Public Class NonBindingOffer
Public Property datetime As Object
Public Property marketValue As Object
Public Property shallIncome As Object
Public Property grossYield As Object
End Class
Public Class Root
Public Property id As String
Public Property externalId As Object
Public Property version As Integer
Public Property status As String
Public Property action As Object
Public Property details As Details
Public Property valuationObject As ValuationObject
Public Property costControlling As CostControlling
Public Property finalization As Finalization
Public Property nonBindingOffer As NonBindingOffer
Public Property bindingOffer As BindingOffer
Public Property creationDate As DateTime
Public Property modificationDate As DateTime
Public Property orderStatusContext As String
Public Property publicLink As String
Public Property marketValue As String
Public Property marketValueCurrency As String
Public Property assignedTo As String
Public Property links As List(Of Link)
End Class
Public Class ValuationObject
Public Property externalId As Object
Public Property ownershipType As String
Public Property propertyUnitType As String
Public Property address As Address
Public Property parcelNumber As Object
Public Property condominiumOwnershipNumber As Object
Public Property landPlotArea As Object
Public Property landPlotPricePerArea As Object
Public Property usableArea As Object
Public Property buildingPricePerUsableArea As Object
Public Property transactionValue As Object
Public Property transactionDate As Object
Public Property isLeaseholdAvailable As Boolean
Public Property constructionYear As Object
Public Property tenantMix As Object
End Class
End Class