EMEmvPointOfInitiationMethod Constants Reference

Declared in EMEmvTransactionInfo.h

EMEmvPointOfInitiationMethod

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

Definition

typedef NS_ENUM(NSInteger, EMEmvPointOfInitiationMethod ) {
   EMEmvPointOfInitiationMethodUndefined,
   EMEmvPointOfInitiationMethodStatic,
   EMEmvPointOfInitiationMethodDynamic,
};

Constants

EMEmvPointOfInitiationMethodUndefined

Value not provided in the QR code.

Declared In EMEmvTransactionInfo.h.

EMEmvPointOfInitiationMethodStatic

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.

Declared In EMEmvTransactionInfo.h.

EMEmvPointOfInitiationMethodDynamic

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.

Declared In EMEmvTransactionInfo.h.

Declared In

EMEmvTransactionInfo.h