Enum ProcessingDisposition
Defines if the ECR or EFT is responsible for further trx handling.
The following values are valid:
Specification: petrol.
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum ProcessingDisposition
Fields
Name | Description |
---|---|
OnEcr | The ECR is responsible for further trx handling. Specification: petrol. |
OnEft | The EFT is responsible for further trx handling. Specification: petrol. |
Unknown | Invalid/unknown constant value. |