OPEnvironment
@objc
public enum OPEnvironment : Int, CustomStringConvertible
Enum indicating the environment that should be used for the Olo Pay SDK
-
Production environment
Declaration
Swift
case production
-
Test environment
Declaration
Swift
case test
-
Declaration
Swift
public var description: String { get }