pipedrive 22.0.0 → 22.0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
|