MBTopUpPreset

enum MBTopUpPreset {}

Enumeration of posibble top up presets

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

    Declaration

    Objective-C

    MBTopUp123

    Swift

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

    Declaration

    Objective-C

    MBTopUp103

    Swift

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

    Declaration

    Objective-C

    MBTopUp131

    Swift

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

    Declaration

    Objective-C

    MBTopUpGeneric

    Swift

    case upGeneric = 3