ReadyRemitEnvironment
A configured space that includes infrastructure, settings, and data to support a specific stage of the development lifecycle
Available values
| Case | Description |
|---|---|
| PRODUCTION | The live environment where real users interact with your application. |
| SANDBOX | A safe, isolated environment designed for development, testing, and experimentation. |
Note: there are other values available but for testing purposes.
Usage
val environment = ReadyRemitEnvironment.PRODUCTIONUpdated 8 days ago
