Click or drag to resize

TransactionsSearchResultDetailLineEntity Class

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

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 TransactionsSearchResultDetailLineEntity

The TransactionsSearchResultDetailLineEntity type exposes the following members.

Constructors
  NameDescription
Public methodTransactionsSearchResultDetailLineEntity
Initializes a new instance of the TransactionsSearchResultDetailLineEntity class
Top
Properties
  NameDescription
Public propertyCreditAmount
Gets or sets the credit amount.
Public propertyCreditNoteId
Gets or sets the credit note identifier.
Public propertyDate
Gets or sets the date.
Public propertyDebitAmount
Gets or sets the debit amount.
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyIsCreditNote
Gets or sets a value indicating whether this instance is credit note.
Public propertyIsExistingDocument
Gets or sets a value indicating whether this instance is existing document.
Public propertyIsInvoice
Gets or sets a value indicating whether this instance is invoice.
Public propertyIsInvoiceDebitJournal
Gets or sets a value indicating whether this instance is a debit journal
Public propertyIsPayment
Gets or sets a value indicating whether this instance is payment.
Public propertyIsWebDelivery
Gets or sets a value indicating whether this instance is web delivery.
Public propertyPaymentId
Gets or sets the payment identifier.
Public propertyReference
Gets or sets the reference.
Public propertyTransactionType
Gets or sets the type of the transaction.
Top
See Also