pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ {
this.apiKey = apiKey;
this.apiSecret = apiSecret;
this.host = host;
this.fetchOptions = fetchOptions;
}
getApiKey() {
return this.apiKey;
}
getApiSecret() {
return this.apiSecret;
}
getHost() {
return this.host;
}
getFetchOptions() {
return this.fetchOptions;
}
}
//# sourceMappingURL=CommunicatorConfiguration.js.map