Context
Whenever the ASE receives an partial incoming payment via a packet, we will need to provide additional information in the incoming_payment.partial_payment_received webhook, such that the ASE can make the decision whether to accept it or not.
Todo
{
...existingIncomingPaymentData,
partialPayment: {
id: uuid,
amount: { ... },
dataFromSender: { ... } // the current "dataToTransmit"
}