Enumeration TRANSACTION_TYPE

The type of the transaction that should be provided. When batchEditing is disabled, None is provided. When enabled - Base is provided. An enum instead of a boolean value leaves room for extra scenarios in the future.

Enumeration Members

Enumeration Members

Base: "Base"
None: "None"