factory Charges.fromJson(Map<String, dynamic> json) { return Charges( object: json['object'], hasMore: json['has_more'], totalCount: json['total_count'], url: json['url'], ); }