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
MBITopUp123Swift
case up123 = 0 - 
                  
                  
For top ups which begin with 103 and USSD code length is 14
Declaration
Objective-C
MBITopUp103Swift
case up103 = 1 - 
                  
                  
For top ups which begin with 131 and USSD code length is 13
Declaration
Objective-C
MBITopUp131Swift
case up131 = 2 - 
                  
                  
For top ups with any prefix and USSD code length from interval {[13, 16]}
Declaration
Objective-C
MBITopUpGenericSwift
case upGeneric = 3 
            View on GitHub
          
      MBITopUpPreset Enumeration Reference