PaymentGateway constructor

PaymentGateway({
  1. String? name,
  2. bool? validated,
  3. double? percent,
  4. dynamic surcharge,
  5. String? publicKey,
  6. dynamic cappedAt,
  7. bool? isDefault,
  8. bool? passCharges,
  9. String? status,
})

Implementation

PaymentGateway({
  this.name,
  this.logo,
  this.validated,
  this.percent,
  this.surcharge,
  this.publicKey,
  this.cappedAt,
  this.isDefault,
  this.passCharges,
  this.status,
});