Map<String, dynamic> toMap() { return { 'account_id': accountId, 'method': method, 'test': test, 'data': paymentData?.toMap(), }; }