MethodsPayment constructor

MethodsPayment({
  1. String? id,
  2. String? name,
  3. String? paymentTypeId,
  4. String? status,
  5. String? image,
  6. int? cardNumberLength,
  7. String? installmentsPattern,
  8. int? securityCodeLength,
  9. String? exclusionPattern,
  10. int? maxAllowedAmount,
  11. int? accreditationTime,
})

Implementation

MethodsPayment({
  this.id,
  this.name,
  this.paymentTypeId,
  this.status,
  this.image,
  this.cardNumberLength,
  this.installmentsPattern,
  this.securityCodeLength,
  this.exclusionPattern,
  this.maxAllowedAmount,
  this.accreditationTime,
});