toJson method
Implementation
Map toJson() => {
'merchant': merchant,
'apiKey': apiKey,
'productionMode': productionMode,
};
Map toJson() => {
'merchant': merchant,
'apiKey': apiKey,
'productionMode': productionMode,
};