Click or drag to resize

TransactionsSearchRequestEntity Class

A statement search request.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.TransactionsTransactionsSearchRequestEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Transactions
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class TransactionsSearchRequestEntity

The TransactionsSearchRequestEntity type exposes the following members.

Constructors
  NameDescription
Public methodTransactionsSearchRequestEntity
Initializes a new instance of the TransactionsSearchRequestEntity class
Top
Properties
  NameDescription
Public propertyAccountingPeriodId
Gets or sets the accounting period identifier.
Public propertyBaseDate
Gets or sets the base date.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyEndDate
Gets or sets the end date.
Public propertyIsServeFromReportingDatabase
Gets or sets a value indicating whether this instance is serve from reporting database.
Public propertyStartDate
Gets or sets the start date.
Top
See Also