CCWSWrapper.AccountInfo | Account information |
CCWSWrapper.AmountConfirmationData | Results returned after terminal prompts customer to confirm amount |
▼CCWSWrapper.AResults | Base class for the results in the response from CWS WebService |
CCWSWrapper.AmountConfResults | Result of the amount confirmation of a transaction |
CCWSWrapper.ApiInfoResults | Result object returned from requesting API info, such as version number, preferred card reader, etc |
CCWSWrapper.CardReaderInfoResults | Result object returned after requesting info about the connected card reader |
CCWSWrapper.DeviceStatusResults | Result object returned after requesting the status of the connected device |
CCWSWrapper.EnvironmentInfoResults | Result object returned after requesting information about the environment, such as version info on CWS, ConvergeConnect, and Commerce SDK |
CCWSWrapper.OpenPaymentGatewayResults | Results object returned from OpenPaymentGateway |
CCWSWrapper.OverrideCvmOptionsResults | Result object returned after requesting to override cvm options |
CCWSWrapper.OverrideDebitNetworkPreferencesResults | Result object returned after requesting the debit network preferrences to override |
CCWSWrapper.OverrideLanguageResults | Result object returned after requesting to override a default terminal language |
CCWSWrapper.PaymentTransactionResults | Result object returned from a payment transaction |
CCWSWrapper.PinEntryResults | Result object returned from requesting the customer's PIN |
CCWSWrapper.PrinterInfoResults | Request object returned after requesting info from a connected printer |
CCWSWrapper.PrinterSearchResults | Result object returned after searching for any connected printers |
CCWSWrapper.PrintReceiptResults | Result object returned after printing a receipt from a connected printer |
CCWSWrapper.ReaderSearchResults | Result object returned after searching for any connected card readers |
CCWSWrapper.RebootResults | Result object returned after requesting the device to reboot |
CCWSWrapper.ResetResults | Result object returned after requesting that the device perform a reset |
CCWSWrapper.SetPrefsResults | Result object returned after setting the preferences of the terminal |
CCWSWrapper.SetTerminalCardholderInputModeConfigurationResults | Result object returned after requesting to set terminal cardholder input mode |
CCWSWrapper.SetTerminalDeviceConfigurationResults | Result object returned after requesting to set terminal device (i.e. device type, CAT level, etc) configuration |
CCWSWrapper.SigCaptureResults | Result object returned after capturing the customer's signature |
CCWSWrapper.TransactionSearchResults | Results returned from a transaction search |
CCWSWrapper.TransResults | Result object returned after performing a transaction |
CCWSWrapper.UpdateKeysResults | Result object returned after updating the keys in the device |
CCWSWrapper.VersionInfoResults | Result object after requesting version information on CWS, ConvergeConnect, and Commerce SDK |
CCWSWrapper.BinLookupResult | Contains information about a bin lookup for a payment card |
CCWSWrapper.CalculateExtraChargeArgs | Object which contains all extra charge calculation attributes. It is passed to CWS.CalculateExtraCharge |
CCWSWrapper.CardData | Contains information retrieved from a customer's card by the card reader |
CCWSWrapper.CardEntryType | How the credit card can be obtained |
CCWSWrapper.CardReadArgs | Holds information needed to perform a card read on the card reader.
|
CCWSWrapper.CardReaderConfigArgs | Contains information needed to setup and configure a connection to a card reader |
CCWSWrapper.CardReaderConnection | A connection to an available card reader |
CCWSWrapper.CardReaderInfo | Contains information about the connected card reader |
CCWSWrapper.CardType | You can restrict what kind of card the customer uses |
CCWSWrapper.ConConInfo | Contains information about the current version of Converge Connect (ConCon) |
CCWSWrapper.ConnectionMethod | The way readers can connect |
CCWSWrapper.ConnectionType | The type of connection to make |
CCWSWrapper.CountryCode | The available country codes |
CCWSWrapper.CWS | Root class for C# access to CWS's RESTful API |
CCWSWrapper.CWSEvent | Notification events emitted by CWS |
CCWSWrapper.CWSInfo | Contains information on CWS, including communicating port, version, etc |
CCWSWrapper.DebitNetworkChoice | The available choices for debit network preference |
CCWSWrapper.DeviceConfigArgs | Contains information needed to perform a device search |
CCWSWrapper.DeviceConnectionCriteria | Device connection criteria for a device search |
CCWSWrapper.DeviceProviderType | The name of the device provider |
CCWSWrapper.DeviceStatusData | Contains information on the status of the card reader |
CCWSWrapper.DeviceType | The type of device to search for |
CCWSWrapper.EmvApplication | EMV Application that the user might be asked to choose from a list, in case selection is not supported on the card reader |
CCWSWrapper.EmvResponseData | Contains information about an EMV transaction reponse |
CCWSWrapper.GratuityAmount | Gratuity |
CCWSWrapper.HandleBinLookupResultInfo | Object which contains information for handling a bin lookup result |
CCWSWrapper.HealthcareAmount | Object which contains healthcare related amounts |
CCWSWrapper.InetAddress | Contains information used to make TCP/IP connections |
CCWSWrapper.LanguageCode | The available languages |
CCWSWrapper.LanguageInformation | Contains the language and country codes for the terminal |
CCWSWrapper.LogLevel | Log Level |
CCWSWrapper.Money | Representation of monetary amounts with a currency code (ECLCurrencyCode - ISO 4217) and a value in minor units.
-
$10.95 USD would be specified as a minor units value of 1095 and a currency code of USD.
-
$0.10 USD would be specified as a minor units value of 10 and a currency code of USD.
|
CCWSWrapper.OpenPaymentArgs | Holds information needed to communicate with the payment gateway |
CCWSWrapper.OpenPaymentData | Results for a OpenPaymentGateway |
CCWSWrapper.Outcome | Result object returned after completing a transaction |
CCWSWrapper.OverrideCvmOptions | Contains information used to override the signature option |
CCWSWrapper.OverrideDebitNetworkPreferences | Contains information used to override debit network preferences for specific card brands |
CCWSWrapper.OverrideDefaultTerminalLanguage | Contains information used to override the language on a card reader |
CCWSWrapper.PaymentArgs | Object which contains all payment transaction options. It is passed to CWS.StartPaymentTransaction |
CCWSWrapper.PinData | Contains the encrypted pin data retrieved from the card reader |
CCWSWrapper.PrintControl | Special characters that can be inserted into receipts you print |
CCWSWrapper.PrinterData | Contains information about a connected printer |
CCWSWrapper.PrinterInfo | Contains information about a connected printer |
▼CCWSWrapper.PrintPaymentArgs | Object to hold print payment parameters |
CCWSWrapper.EmailPaymentArgs | Arguments to Email a receipt |
CCWSWrapper.ProxyInfo | Contains informtion and credentials to communicate through a secure proxy |
CCWSWrapper.QuickSelection | QuickSelection - object to hold three gratuity amounts for use with gratuity flow. These gratuity amounts are expressed in a Dictionary<String,String> with the following required three keys |
CCWSWrapper.RuntimeInfo | Contains runtime information for CWS |
CCWSWrapper.signatureBitmap | Contains the data for the signature bitmap obtained from the card reader or other mechanism |
CCWSWrapper.SignatureData | Holds information on the signature data retrieved from the customer |
CCWSWrapper.SignatureOption | The available choices for signature option |
CCWSWrapper.TenderType | Constants to specify the tender type |
CCWSWrapper.TerminalCardholderInputModeConfiguration | Contains information on terminal cardholder input mode |
CCWSWrapper.TerminalConfiguration | Contains information on the configuration of the card reader |
CCWSWrapper.TerminalDeviceConfiguration | Contains information on terminal device configuration (i.e. device type, CAT level, etc.) |
CCWSWrapper.Time | Representation of time in hour (0-23) and minute (0-59) |
CCWSWrapper.TLVArgs | Contains information on the payment gateway and the TLV data values to use |
▼CCWSWrapper.Transaction | Details of a transaction - either part of PaymentTransactionData (returned from PaymentTransaction) or returned from a transction search |
CCWSWrapper.PaymentTransactionData | Results returned from a payment transaction |
CCWSWrapper.TransactionData | Contains information about the transaction performed on the card reader |
CCWSWrapper.TransactionSearchArgs | Transaction search criteria |
CCWSWrapper.TransactionSearchData | Results for a transaction search |
CCWSWrapper.TransactionType | Constants used to specify transaction types |
CCWSWrapper.TransArgs | Arguments used to initiate a transaction on card reader |
CCWSWrapper.VersionInfo | Contains version information about CWS or another library being used |