toMap method
toMap
return map of <string, string>
Implementation
Map<String, String?> toMap() {
return {
"merchantID": merchantID,
"merchantApiKey": merchantApiKey,
"merchantApiName": merchantApiName,
"baseApiUrl": baseApiUrl,
"refererDomain": refererDomain
};
}