PaymentAmount constructor

PaymentAmount({
  1. double? total,
  2. PaymentAmountDetails? details,
})

Implementation

PaymentAmount({this.total, this.details});