Specifies if a document is a new transaction, a document is an update to a previously sent transaction, or if the transaction represented by a previously sent document should be disregarded.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public enum CicaTransactionPurposeCode
Visual Basic (Declaration)
Public Enumeration CicaTransactionPurposeCode
Visual C++
public enum class CicaTransactionPurposeCode

Members

Member nameDescription
Invalid
Indicates value has not been initialized or is invalid.
NewTransaction
Indicates this document is a new transaction.
(CICA Code: New)
UpdateTransaction
Indicates this document is an update to an existing transaction.
(CICA Code: Update)
VoidTransaction
Indicates the transaction indicated by this document should be disregarded.
(CICA Code: Void)

Remarks

Used by the PurposeCode property that occurs in all updatable BargeEx documents.

See Also