Click or drag to resize

UpdateAccountCriteria Class

Data contract class for saving bank account details of an account
Inheritance Hierarchy

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class UpdateAccountCriteria : OwnerAccessIntervalCriteria

The UpdateAccountCriteria type exposes the following members.

Constructors
  NameDescription
Public methodUpdateAccountCriteria
Top
Properties
  NameDescription
Public propertyBankInfo
The bank info to update on an EasyBook.NET internal account
Public propertyInterval
The interval cotaning the requested start and (optionally) end date.
(Inherited from OwnerAccessIntervalCriteria.)
Public propertyPassword
(Inherited from OwnerAccessBaseCriteria.)
Public propertyRentalObjectNo
The rental object to find details for.
(Inherited from OwnerAccessBaseCriteria.)
Top
See Also