Click or drag to resize

OwnerFinanceSummaryCriteria Class

Criteria for requesting owner turnover data. OwnerTurnoverDto
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerFinanceSummaryCriteria

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class OwnerFinanceSummaryCriteria : OwnerLoginBaseCriteria

The OwnerFinanceSummaryCriteria type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDates
Request owner turnover data for these dates. Each date represents an interval which consists of the first date of year to date, which is the end date of the interval
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRentalObjectNo
If specified, resultset is limited to only return relevant information for this particular rental object
Top
See Also