Map<String, dynamic> toJson() { return { 'id': id, 'price': price, 'credit': credit, 'vat': vat, 'vat_amount': vatAmount, 'total_price': totalPrice, }; }