PaymentItem constructor
PaymentItem({})
Implementation
PaymentItem(
{required this.amountPerUnit,
this.description,
this.discount,
required this.name,
required this.quantity,
this.taxes,
required this.totalAmount});