MBITopUpPreset

enum MBITopUpPreset {}

Enumeration of posibble top up presets

  • For top ups which begin with 123 prefix and USSD code length is 14

    Declaration

    Objective-C

    MBITopUp123

    Swift

    case up123 = 0
  • For top ups which begin with 103 and USSD code length is 14

    Declaration

    Objective-C

    MBITopUp103

    Swift

    case up103 = 1
  • For top ups which begin with 131 and USSD code length is 13

    Declaration

    Objective-C

    MBITopUp131

    Swift

    case up131 = 2
  • For top ups with any prefix and USSD code length from interval {[13, 16]}

    Declaration

    Objective-C

    MBITopUpGeneric

    Swift

    case upGeneric = 3