added ledger as souec of funds for payouts
This commit is contained in:
@@ -6,7 +6,6 @@ import 'package:pshared/data/dto/ledger/type.dart';
|
||||
|
||||
part 'create.g.dart';
|
||||
|
||||
|
||||
@JsonSerializable()
|
||||
class CreateLedgerAccountRequest {
|
||||
final Map<String, String>? metadata;
|
||||
@@ -27,7 +26,7 @@ class CreateLedgerAccountRequest {
|
||||
this.ownerRef,
|
||||
});
|
||||
|
||||
factory CreateLedgerAccountRequest.fromJson(Map<String, dynamic> json) => _$CreateLedgerAccountRequestFromJson(json);
|
||||
factory CreateLedgerAccountRequest.fromJson(Map<String, dynamic> json) =>
|
||||
_$CreateLedgerAccountRequestFromJson(json);
|
||||
Map<String, dynamic> toJson() => _$CreateLedgerAccountRequestToJson(this);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user