PaymentChannel constructor

PaymentChannel({
  1. int? sequenceNo,
  2. String? name,
  3. String? code,
  4. String? iconUrl,
  5. String? logoUrl,
})

Implementation

PaymentChannel({
  this.sequenceNo,
  this.name,
  this.code,
  this.iconUrl,
  this.logoUrl,
});