CProcessingDisposition

public enum CProcessingDisposition : CaseIterable

Defines if the ECR or EFT is responsible for further trx handling.

The following values are valid:

Guides: petrol, advancedRetail.

  • The ECR is responsible for further trx handling.

    Specification: petrol.

    Declaration

    Swift

    case onEcr
  • The EFT is responsible for further trx handling.

    Specification: petrol.

    Declaration

    Swift

    case onEft