Environment
@frozen
public enum Environment : String
Checkout API Environment
- live
- sandbox
-
live environment used for production using
Declaration
Swift
case live
-
sandbox environment used for development
Declaration
Swift
case sandbox