import SubscriptionInfo from "../definitions/SubscriptionInfo"; import PathSegment from "../PathSegment"; export default class Renew extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); /** *

Since 1.0.26 (Release 8.12)

Renews an existent subscription by ID by posting request with an empty body..

Usage Plan Group

Medium

*/ post(): Promise; /** *

Since 1.0.26 (Release 8.12)

Renews an existent subscription by ID by posting request with an empty body..

Usage Plan Group

Medium

* return {ApiResponse} */ postRaw(): Promise; }