ModeOfPayment constructor

ModeOfPayment({
  1. String? name,
  2. PriceInfo? amount,
})

Implementation

ModeOfPayment({
  this.name,
  this.amount,
});