PayMayaEnvironment Constants Reference

Declared in PayMayaSDK.h

PayMayaEnvironment

Definition

typedef NS_ENUM(NSInteger, PayMayaEnvironment ) {
   PayMayaEnvironmentSandbox,
   PayMayaEnvironmentProduction,
};

Constants

PayMayaEnvironmentSandbox
 Sandbox: Uses sandbox environment for all transactions. Useful for testing.

Declared In PayMayaSDK.h.

PayMayaEnvironmentProduction
 Production. Uses live environment for all transactions. This environment must be used for App Store submissions.

Declared In PayMayaSDK.h.