Configuration UI for the Authorize.Net credit card processor. More...
#include <configauthorizedotnetprocessor.h>
Public Member Functions | |
| ConfigAuthorizeDotNetProcessor (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~ConfigAuthorizeDotNetProcessor () |
Public Slots | |
| virtual void | sDuplicateWindow (int) |
| virtual bool | sSave () |
| Save the details required for a specific credit card processing company. | |
Protected Slots | |
| virtual void | languageChange () |
Configuration UI for the Authorize.Net credit card processor.
| ConfigAuthorizeDotNetProcessor::ConfigAuthorizeDotNetProcessor | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = 0 |
||
| ) |
| void ConfigAuthorizeDotNetProcessor::languageChange | ( | ) | [protected, virtual, slot] |
Implements ConfigCreditCardProcessor.
| void ConfigAuthorizeDotNetProcessor::sDuplicateWindow | ( | int | p | ) | [virtual, slot] |
| bool ConfigAuthorizeDotNetProcessor::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
|