EMEmvPointOfInitiationMethod

Objective-C

enum EMEmvPointOfInitiationMethod {}

Swift

struct EMEmvPointOfInitiationMethod : Equatable, RawRepresentable

Represents a value of ‘Point of Initiation Method’ data object if present in the QR code.

  • Value not provided in the QR code.

    Declaration

    Objective-C

    EMEmvPointOfInitiationMethodUndefined
  • The Point of Initiation Method value of “11” is used when the same QR Code is shown for more than one transaction - i.e. QR Code is static.

    Declaration

    Objective-C

    EMEmvPointOfInitiationMethodStatic
  • The Point of Initiation Method value of “12” is used when a new QR Code is shown for each transaction - i.e. QR Code is dynamic.

    Declaration

    Objective-C

    EMEmvPointOfInitiationMethodDynamic