pipedrive 22.8.1 → 22.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/model/LeadValue.js +1 -1
- package/package.json +1 -1
package/dist/model/LeadValue.js
CHANGED
@@ -28,7 +28,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
28
28
|
var LeadValue = /*#__PURE__*/function () {
|
29
29
|
/**
|
30
30
|
* Constructs a new <code>LeadValue</code>.
|
31
|
-
* The potential value of the lead
|
31
|
+
* The potential value of the lead represented by a JSON object: `{ \"amount\": 200, \"currency\": \"EUR\" }`. Both amount and currency are required.
|
32
32
|
* @alias module:model/LeadValue
|
33
33
|
* @param amount {Number}
|
34
34
|
* @param currency {String}
|