Variable Invoice.destination

Payment destination

struct Invoice
{
  // ...
  agora.crypto.ECC.Point destination ;
  // ...
}