Map<String, dynamic> toJson() { return { 'cardNumber': cardNumber, 'expiryDate': expiryDate, 'cvv': cvv, }; }