
Public Member Functions | |
| override bool | Initialize () |
| override Core.Shell.ActionResponseType | Execute () |
Static Public Member Functions | |
| static void | CreateTransaction (long profile_id, long payment_profile_id, decimal amount, String invoice) |
| Create a transaction for the customer and payment profile specified. | |
| override bool Core.Tools.AccountManager.Shell.Actions.TestCIMTransactAction.Initialize | ( | ) | [virtual] |
Reimplemented from Core.Shell.CommandAction.
| override Core.Shell.ActionResponseType Core.Tools.AccountManager.Shell.Actions.TestCIMTransactAction.Execute | ( | ) | [virtual] |
Reimplemented from Core.Tools.AccountManager.Shell.Actions.AuthenticatedAction.
| static void Core.Tools.AccountManager.Shell.Actions.TestCIMTransactAction.CreateTransaction | ( | long | profile_id, | |
| long | payment_profile_id, | |||
| decimal | amount, | |||
| String | invoice | |||
| ) | [static] |
Create a transaction for the customer and payment profile specified.
| profile_id | The ID of the customer doing the transaction | |
| payment_profile_id | The ID for the customers payment profile they are going to use |