Variable Invoice.amount

The amount to pay for this invoice.

struct Invoice
{
  // ...
  Amount amount ;
  // ...
}