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.

81 lines
3.4 KiB

Public Class clsOrders
Public Class Content
Public Property id As String
Public Property version As Integer
Public Property externalId As Object
Public Property customerName As String
Public Property customerEmail As String
Public Property endCustomerName As Object
Public Property creationDate As DateTime
Public Property modificationDate As DateTime
Public Property dueDate As DateTime
Public Property status As String
Public Property assignedTo As String
Public Property isFastTrack As Boolean
Public Property isExternal As Boolean
Public Property valuationObjectPropertyUnitType As String
Public Property addressLine1 As String
Public Property zipCode As String
Public Property place As String
Public Property province As Object
Public Property licenseHolderId As Integer
Public Property marketValue As Object
Public Property valuationDateOrder As Object
Public Property valuationDate As Object
Public Property projectGeneratedId As Object
Public Property projectStatus As Object
Public Property orderRegionKey As Object
Public Property orderValuationTypeKey As Object
Public Property orderCaseKey As Object
Public Property costCategoryKey As Object
Public Property hourlyRate As Object
Public Property timeBudget As Object
Public Property costBudget As Object
Public Property effectiveWorkHours As Object
Public Property effectiveTravelHours As Object
Public Property calculatedCost As Object
Public Property costCeiling As Object
Public Property orderBusinessUnitKey As Object
Public Property orderDate As Object
Public Property orderPropertyUnitUsage As Object
Public Property orderDealStructure As Object
Public Property orderContainerKey As Object
Public Property offerPrice As Object
Public Property shallIncome As Object
Public Property grossYield As Object
Public Property action As Object
Public Property tenantMix As Object
Public Property signingNotes As Object
Public Property closingNotes As Object
Public Property cancellationReason As Object
Public Property cancellationComment As Object
Public Property nonBindingOfferDate As Object
Public Property nonBindingOfferMarketValue As Object
Public Property nonBindingOfferShallIncome As Object
Public Property nonBindingOfferGrossYield As Object
Public Property bindingOfferDate As Object
Public Property bindingOfferMarketValue As Object
Public Property bindingOfferShallIncome As Object
Public Property bindingOfferGrossYield As Object
Public Property links As List(Of Link)
End Class
Public Class Link
Public Property rel As String
Public Property href As String
End Class
Public Class Page
Public Property size As Integer
Public Property totalElements As Integer
Public Property totalPages As Integer
Public Property number As Integer
End Class
Public Class Orders
Public Property links As List(Of Link)
Public Property content As List(Of Content)
Public Property page As Page
End Class
End Class