toJson method

Map toJson()

Implementation

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