CommandFacade
in package
Class CommandFacade
Represents a facade for simplifying command execution.
Table of Contents
Methods
- batchClose() : CommandExecutorContract
- Prepares the command executor for the "closing of batch" command.
- cancellation() : CommandExecutorContract
- Prepares the command executor for the "cancellation" command.
- directPayment() : CommandExecutorContract
- Prepares the command executor for the "direct payment" command.
- initialization() : CommandExecutorContract
- Prepares the command executor for the "initialization" command.
- paymentClearance() : CommandExecutorContract
- Prepares the command executor for the "payment clearance" command.
- refund() : CommandExecutorContract
- Prepares the command executor for the "payment refund" command.
- status() : CommandExecutorContract
- Prepares the command executor for the "status" command.
Methods
batchClose()
Prepares the command executor for the "closing of batch" command.
public
batchClose() : CommandExecutorContract
Return values
CommandExecutorContract —The command executor.
cancellation()
Prepares the command executor for the "cancellation" command.
public
cancellation() : CommandExecutorContract
Return values
CommandExecutorContract —The command executor.
directPayment()
Prepares the command executor for the "direct payment" command.
public
directPayment() : CommandExecutorContract
Return values
CommandExecutorContract —The command executor.
initialization()
Prepares the command executor for the "initialization" command.
public
initialization() : CommandExecutorContract
Return values
CommandExecutorContract —The command executor.
paymentClearance()
Prepares the command executor for the "payment clearance" command.
public
paymentClearance() : CommandExecutorContract
Return values
CommandExecutorContract —The command executor.
refund()
Prepares the command executor for the "payment refund" command.
public
refund() : CommandExecutorContract
Return values
CommandExecutorContract —The command executor.
status()
Prepares the command executor for the "status" command.
public
status() : CommandExecutorContract
Return values
CommandExecutorContract —The command executor.