// This is Generated Source. import SubscriptionInfo from "../definitions/SubscriptionInfo"; import PathSegment from "../PathSegment"; export default class Renew extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("renew", id, prv, service); } /** *
Since 1.0.26 (Release 8.12)
Renews an existent subscription by ID by posting request with an empty body..
Medium
*/ post(): PromiseSince 1.0.26 (Release 8.12)
Renews an existent subscription by ID by posting request with an empty body..
Medium
* return {ApiResponse} */ postRaw(): Promise