factory RefundPayment.fromJson(Map<String, dynamic> json) => RefundPayment(json['id'], json['id_type'], json['amount'], json['fee']);