Payment constructor

Payment({
  1. int? countryPaymentsMethodsId,
  2. int? countryId,
  3. String? name,
  4. String? desc,
  5. String? countryPaymentsMethodsModule,
  6. int? countryPaymentsMethodsType,
  7. String? countryPaymentsMethodsIcon,
  8. int? countryPaymentsMethodsGratuite,
  9. String? entryBy,
})

Implementation

Payment({
  this.countryPaymentsMethodsId,
  this.countryId,
  this.name,
  this.desc,
  this.countryPaymentsMethodsModule,
  this.countryPaymentsMethodsType,
  this.countryPaymentsMethodsIcon,
  this.countryPaymentsMethodsGratuite,
  this.entryBy,
});