Click or drag to resize

TransactionsSearchResultEntity Class

A statement search result.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.TransactionsTransactionsSearchResultEntity

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 TransactionsSearchResultEntity

The TransactionsSearchResultEntity type exposes the following members.

Constructors
  NameDescription
Public methodTransactionsSearchResultEntity
Initializes a new instance of the TransactionsSearchResultEntity class
Top
Properties
  NameDescription
Public propertyAddress1
Gets or sets the address1.
Public propertyAddress2
Gets or sets the address2.
Public propertyAddress3
Gets or sets the address3.
Public propertyAddress4
Gets or sets the address4.
Public propertyAddress5
Gets or sets the address5.
Public propertyARAccountCode
Gets or sets the ar account code.
Public propertyCustomerName
Gets or sets the name of the customer.
Public propertyHasResult
Gets or sets a value indicating whether this instance has result.
Public propertyHouseNumber
Gets or sets the house number.
Public propertyPostcode
Gets or sets the postcode.
Public propertyStartDate
Gets or sets the start date.
Public propertyStatementSearchResultDetailLineEntityList
Gets or sets the statement search result detail line entity list.
Public propertySummary120Day
Gets or sets the summary120 day.
Public propertySummary30Days
Gets or sets the summary30 days.
Public propertySummary60Days
Gets or sets the summary60 days.
Public propertySummary90Days
Gets or sets the summary90 days.
Public propertySummaryCurrent
Gets or sets the summary current.
Public propertyTotalOutstanding
Gets or sets the total outstanding.
Public propertyTransactionsAmount
Gets or sets the transactions amount.
Top
See Also