pipedrive 22.0.0 → 22.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,7 @@ var SubscriptionRecurringCancelRequest = /*#__PURE__*/function () {
|
|
70
70
|
return SubscriptionRecurringCancelRequest;
|
71
71
|
}();
|
72
72
|
/**
|
73
|
-
* The subscription termination date. All payments after specified date will be deleted. Default value is the current date.
|
73
|
+
* The subscription termination date. All payments after the specified date will be deleted. The end_date of the subscription will be set to the due date of the payment to follow the specified date. Default value is the current date.
|
74
74
|
* @member {Date} end_date
|
75
75
|
*/
|
76
76
|
SubscriptionRecurringCancelRequest.prototype['end_date'] = undefined;
|