The PayPal environment that you are using
| C# | Visual Basic | Visual C++ |
public enum PayPalEnvironment
Public Enumeration PayPalEnvironment
public enum class PayPalEnvironment
| Member | Description |
|---|---|
| None |
Not set / default
|
| PayPal |
PayPal Live. Data will now be received from the PayPal business account sending the information.
|
| Sandbox |
PayPal sandbox. Data received from the SandBox is for testing purposes only.
|
| AutoDetect |
Automatitically detect environment (sandbox or live)
|
