DirectPaymentAddress
Inherits: IDirectPaymentAddress
A contract that can receive funds directly and forward to a project's current terminal.
State Variables
terminalDirectory
The directory to use when resolving which terminal to send the payment to.
ITerminalDirectory public immutable override terminalDirectory;
projectId
The ID of the project to pay when this contract receives funds.
uint256 public immutable override projectId;