toJson method

Map<String, dynamic> toJson()

Converts this LaunchMerchantModel to a JSON format.

Implementation

Map<String, dynamic> toJson() {
  return {
    'merchantCode': merchantCode,
    'merchantRefNum': merchantRefNum,
    'secureKey': secureKey,
    'secretCode': secureKey,
  };
}