IDirectPaymentAddress
Functions
terminalDirectory
function terminalDirectory() external returns (ITerminalDirectory);
projectId
function projectId() external returns (uint256);
memo
function memo() external returns (string memory);
Events
Forward
event Forward(
    address indexed payer,
    uint256 indexed projectId,
    address beneficiary,
    uint256 value,
    string memo,
    bool preferUnstakedTickets
);