getSpecificJson abstract method
Method to be implemented by subclasses for payment-method-specific data.
Each payment method subclass must implement this method to provide additional JSON fields specific to that payment type.
Returns
A JSON map with payment-method-specific data.
Implementation
Map<String, dynamic> getSpecificJson();