PaymentFeatureModality constructor

PaymentFeatureModality({
  1. PaymentFeatureModalityObjectTypeEnum? objectType,
  2. int? id,
  3. String? createdBy,
  4. DateTime? createdDate,
  5. String? lastModifiedBy,
  6. DateTime? lastModifiedDate,
  7. String? code,
  8. String? name,
  9. Object? description,
  10. FeatureModality? featureModality,
})

Returns a new PaymentFeatureModality instance.

Implementation

PaymentFeatureModality({
  this.objectType,
  this.id,
  this.createdBy,
  this.createdDate,
  this.lastModifiedBy,
  this.lastModifiedDate,
  this.code,
  this.name,
  this.description,
  this.featureModality,
});