PaymentGateWay constructor

PaymentGateWay({
  1. String? id,
  2. String? title,
  3. String? description,
  4. String? order,
  5. bool? enabled,
  6. String? methodTitle,
  7. String? methodDescription,
  8. List<String>? methodSupports,
  9. Settings? settings,
  10. Links? links,
})

Implementation

PaymentGateWay({
  this.id,
  this.title,
  this.description,
  this.order,
  this.enabled,
  this.methodTitle,
  this.methodDescription,
  this.methodSupports,
  this.settings,
  this.links,
});