We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2298ec commit 8474ed7Copy full SHA for 8474ed7
src/ApiPayloadConverter.js
@@ -95,7 +95,9 @@ class ApiPayloadConverter {
95
96
/**
97
* @description Converts the mail payload for the ZeptoMail.
98
- * @param {Object} originalPayload The original payload (provider agnostic). originalPayload has two components 1. api and 2. payload.
+ * @param {Object} originalPayload The original payload
99
+ * @param {String} originalPayload.api The provider API version.
100
+ * @param {String} originalPayload.payload The payload to convert to be compatible with the provider API.
101
* @returns {Object} The payload according to ZeptoMail SDK specification.
102
*/
103
static zeptomail(originalPayload) {
0 commit comments