paymentEnvironment property
The environment in which payments should be processed.
This determines whether the SDK operates in:
- PaymentEnvironment.sandbox: For testing and development
- PaymentEnvironment.production: For processing real transactions
The environment affects which API endpoints are used and how payments are processed.
Implementation
final PaymentEnvironment paymentEnvironment;