factory FeeItem.fromJson(Map<String, dynamic> json) { return FeeItem( subAccountCode: json['subAccountCode'], value: json['value'], ); }