CProcessingDisposition

public enum CProcessingDisposition

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

The following values are valid:

Specification: petrol.

  • 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