Environment
public enum Environment : String, BaseURLProviding
Environment Enum for Production and Sandbox end points.
-
Declaration
Swift
case production -
Declaration
Swift
case sandbox
View on GitHub
Environment