CWS Wrapper Library
5.1.0
|
Holds information needed to communicate with the payment gateway. More...
Properties | |
string | merchantId [get, set] |
Merchant Id More... | |
string | userId [get, set] |
User Id More... | |
string | pin [get, set] |
PIN More... | |
string | vendorId [get, set] |
Vendor Id More... | |
string | vendorAppName [get, set] |
Vendor Application Name More... | |
string | vendorAppVersion [get, set] |
Vendor Application Version More... | |
string | email [get, set] |
Email More... | |
string | paymentGatewayEnvironment [get, set] |
Payment Gateway Environment More... | |
bool | handleDigitalSignature [get, set] |
Handle Digital Signature More... | |
string | signatureOption [get, set] |
Signature Option More... | |
bool | enableIvuExtension [get, set] |
Enable IVU Extension More... | |
TerminalDeviceConfiguration | terminalDeviceConfiguration [get, set] |
Terminal Device Configuration More... | |
TerminalCardholderInputMode | terminalCardholderInputMode [get, set] |
Terminal Cardholder Input Mode More... | |
OverrideDefaultTerminalLanguage | overrideDefaultTerminalLanguage [get, set] |
Override Default Terminal Language More... | |
OverrideDebitNetworkPreferences | overrideDebitNetworkPreferences [get, set] |
Override Debit Network Preferences More... | |
ProxyInfo | proxyInfo [get, set] |
Specify info about proxy More... | |
int | healthCheckStaleTransactionTimeout [get, set] |
Maximum allowed transaction time More... | |
int | healthCheckTaskTimeout [get, set] |
Health check timeout value More... | |
string | logLevel [get, set] |
Log level if you wish to configure the CWS log level More... | |
Holds information needed to communicate with the payment gateway.
|
getset |
The Email is provided when a merchant is boarded
|
getset |
Enable IVU Extension
Specifies if your application want to enable IVU Extension in Converge Web Service
|
getset |
Handle Digital Signature
Specifies if your application can capture a digital signature. Only used if the card reader can not.
|
getset |
Maximum allowed transaction time
Specify maximum allowed transaction time in health check
|
getset |
Health check timeout value
Specify health check timeout value in seconds
|
getset |
Log level if you wish to configure the CWS log level
Specify log level if desired
|
getset |
Merchant Id
The Merchant Id is provided when a merchant is boarded
|
getset |
Override Debit Network Preferences
Specifies the debit network preferences. These will override the values set in the terminal configuration
|
getset |
Override Default Terminal Language
Specifies the language code and country code you wish to use to override the default terminal language
|
getset |
Payment Gateway Environment
The environment (Production / UAT) of payment gateway.
|
getset |
PIN
The PIN is provided when a merchant is boarded
|
getset |
Specify info about proxy
If a proxy is used in your network, a ProxyInfo object should be created. Otherwise use null.
|
getset |
Signature Option
Specifies the signature option which will override the default value in the terminal configuration.
|
getset |
Terminal Cardholder Input Mode
Indicates terminal cardholder input mode (i.e. on device/reader vs in-app/POS)
|
getset |
Terminal Device Configuration
Indicates the device types (i.e MPOS, unattended) and CAT Level Indicator used for processing transactions.
|
getset |
User Id
The User Id is provided when a merchant is boarded
|
getset |
Vendor Application Name
The name of your application that uses Commerce SDK
|
getset |
Vendor Application Version
Your app's version number
|
getset |
Vendor Id
The vendor ID assigned to you by Elavon