PaymentMethodCompleteModel constructor

PaymentMethodCompleteModel({
  1. String? id,
  2. String? description,
  3. String? itemType,
  4. PaymentMethodFullData? data,
})

Implementation

PaymentMethodCompleteModel({
  this.id,
  this.description,
  this.itemType,
  this.data,
});