OnPaymentBeforeCreated
This hook runs before any command have been applied to a Payment Actor from the create message. Commands returned will be applied to the payment before the create message's commands.
Type
filtrera
{
hook: 'OnPaymentBeforeCreated'
payment: Payment
}