See: Description
| Interface | Description |
|---|---|
| AvailablePaymentCfgListBeanCmd |
This is a base interface for available payment configuration list databean command.
|
| PaymentConfigMethodBeanCmd |
This is a base interface for Payment Configuration's payment method databean Command.
|
| PaymentConfigurationDeleteCtrlCmd |
This is a base interface for the Controller Command that deletes a payment
configuration.
|
| PaymentConfigurationListBeanCmd |
This is a base interface for Payment Configuration List databean Command.
|
| PaymentConfigurationUpdateCtrlCmd |
This is a base interface for payment configuration update Controller Command.
|
| StorePaymentConfigurationAddCtrlCmd |
This is a base interface of a controller command, which adds the payment configuration for a specified store.
|
| StorePaymentConfigurationDeleteCtrlCmd |
This is a base interface of a controller command, which deletes the payment configuration for a specified store.
|
| StorePaymentConfigurationListBeanCmd |
This is a base interface for store payment configuration List databean command.
|
| Class | Description |
|---|---|
| AvailablePaymentCfgListBeanCmdImpl |
This is the implementation class of the command
AvailablePaymentCfgListBeanCmd. |
| PaymentConfigMethodBeanCmdImpl |
This is the implementation class of the databean command
PaymentConfigMethodBeanCmd. |
| PaymentConfigurationDeleteCtrlCmdImpl |
This is the default implementation of the
PaymentConfigurationDeleteCtrlCmd interface, which deletes a payment configuration. |
| PaymentConfigurationListBeanCmdImpl |
This is the implementation class
PaymentConfigurationListBeanCmd. |
| PaymentConfigurationUpdateCtrlCmdImpl |
This is the default implementation of the
PaymentConfigurationUpdateCtrlCmd interface, which creates a
new payment configuration or modify an existing one. |
| StorePaymentConfigurationAddCtrlCmdImpl |
This is the default implementation of the
StorePaymentConfigurationAddCtrlCmd interface. |
| StorePaymentConfigurationDeleteCtrlCmdImpl |
This is the default implementation of the
StorePaymentConfigurationAddCtrlCmd interface. |