Enumerations

The following enumerations are available globally.

  • MPQRError have property errorType, the errorType type is the MPQRErrorCode enum

    See more

    Declaration

    Objective-C

    enum MPQRErrorCode {}

    Swift

    enum __MPQRErrorCode : Int
  • Currency of each country in the world.

    Declaration

    Objective-C

    enum CurrencyEnum {}

    Swift

    enum CurrencyEnum : Int
  • Defines possible values for Tip Convenience Indicator

    See more

    Declaration

    Objective-C

    enum TipConvenienceIndicator {}

    Swift

    enum TipConvenienceIndicator : Int