Creating the TransferCashInterface interface and its transferFromBrokerage operation
Create the TransferCashInterface and add an operation with input n and output definitions.
Follow these two tasks to create the interface and complete its definition:
Creating the TransferCashInterface interface
The TransferCashInterface will be used to create the process.
Creating the transferFromBrokerage operation
Add the transferFromBrokerage operation to the TransferCashInterface. The operation has two inputs and an output.
Parent topic:
Building the sample
Previous topic:
Importing resources
Next topic:
Creating the TransferFromBrokerageToBankProcess process