Environment
public enum Environment : String, StringConstructable
Defines the supported environments
-
The production environment.
Declaration
Swift
case production
-
The sandbox environment.
Declaration
Swift
case sandbox