Configuration UI for the CyberSource credit card processor. More...
#include <configcybersourceprocessor.h>
Public Member Functions | |
| ConfigCyberSourceProcessor (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~ConfigCyberSourceProcessor () |
Public Slots | |
| virtual bool | sSave () |
| Save the details required for a specific credit card processing company. | |
Protected Slots | |
| virtual void | languageChange () |
Configuration UI for the CyberSource credit card processor.
| ConfigCyberSourceProcessor::ConfigCyberSourceProcessor | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = 0 |
||
| ) |
| ConfigCyberSourceProcessor::~ConfigCyberSourceProcessor | ( | ) | [virtual] |
| void ConfigCyberSourceProcessor::languageChange | ( | ) | [protected, virtual, slot] |
Implements ConfigCreditCardProcessor.
| bool ConfigCyberSourceProcessor::sSave | ( | ) | [virtual, slot] |
Save the details required for a specific credit card processing company.
An abstract method. Child classes are expected to save the details specific to their own credit card processing companies with the sSave slot.
Implements ConfigCreditCardProcessor.
| Generated on Mon Jan 23 2012 12:22:31 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|