ClassServer
ServerEnvironment
No overview available.
Technology
- Quantum
Pay Client
Declaration
@objcMembers class ServerEnvironment
Topics
Initializers
Instance Properties
Instance Methods
func otherServers () -> [ServerEnvironment ]
The other servers.
Type Properties
static var developer: ServerEnvironment
The Developer environment. Use this environment only for development integration testing.
static var production: ServerEnvironment
The Production environment. Use this environment to process Live payment cards.
static var test: ServerEnvironment
The Test environment. Use this environment to test processing Live and Test payment cards.
Type Methods
class func useTenant (tenant: Tenant)
Must be called during application startup/initialization. Specify the tenant key to use for all online communication with the Quantum Pay Cloud server environment. You will be provided the tenant key to use when your Quantum Pay account is set up.
Relationships
Inherits From
Conforms To
Objective
C .NSObject Protocol Swift
.CVar Arg Swift
.Custom Debug String Convertible Swift
.Custom String Convertible Swift
.Equatable Swift
.Hashable