@devopness/sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
37 lines (36 loc) • 744 B
TypeScript
/**
* devopness API
* Devopness API - Painless essential DevOps to everyone
*
* The version of the OpenAPI document: latest
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* A subscription plan
* @export
* @interface SubscriptionPlan
*/
export interface SubscriptionPlan {
/**
*
* @type {string}
* @memberof SubscriptionPlan
*/
provider_plan_id?: string;
/**
*
* @type {string}
* @memberof SubscriptionPlan
*/
human_readable?: string;
/**
*
* @type {boolean}
* @memberof SubscriptionPlan
*/
allow_subscriptions?: boolean;
}