PaymentMethodModel constructor
PaymentMethodModel({
- String? id,
- String? description,
- String? itemType,
- PaymentMethodData? data,
Implementation
PaymentMethodModel({
this.id,
this.description,
this.itemType,
this.data,
});