rootEnvironment property

RootEnvironment rootEnvironment
final

Setting up RootEnvironment to Staging will use the staging environment for onboarding.

RootEnvironment.Staging

Setting up RootEnvironment to Production will use the production environment for onboarding.

RootEnvironment.Production

Setting up RootEnvironment to Testing will use the testing(docker) environment for onboarding.

RootEnvironment.Testing

Note: API Key is required when you set rootEnvironment to production.

Implementation

final RootEnvironment rootEnvironment;