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