temp build
This commit is contained in:
@@ -10,6 +10,9 @@ part 'method.g.dart';
|
||||
class PaymentMethodDTO extends PermissionBoundDTO {
|
||||
final String recipientRef;
|
||||
final String type;
|
||||
final String name;
|
||||
final String? description;
|
||||
final bool isMain;
|
||||
final Map<String, dynamic> data;
|
||||
|
||||
@JsonKey(defaultValue: false)
|
||||
@@ -24,6 +27,9 @@ class PaymentMethodDTO extends PermissionBoundDTO {
|
||||
required this.recipientRef,
|
||||
required this.type,
|
||||
required this.data,
|
||||
required this.name,
|
||||
required this.isMain,
|
||||
this.description,
|
||||
this.isArchived = false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user