Click or drag to resize

TransactionsRepositoryTransactionType Class

Allowed values for the TransactionType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Applications.RentalTransactionsRepositoryTransactionType

Namespace:  Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class TransactionType : Enum

The TransactionsRepositoryTransactionType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDeliver
Deliver value. Stored as 'D'.
Public fieldStatic memberReceive
Receive value. Stored as 'R'.
Public fieldStatic memberStatusReport
StatusReport value. Stored as 'S'.
Public fieldvalue__
Public fieldStatic memberWriteOffNotReturned
WriteOffNotReturned value. Stored as 'W'.
Top
See Also