/* tslint:disable */ /* eslint-disable */ /** * Account Management Service API * Manage user subscriptions and clusters * * The version of the OpenAPI document: 0.0.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { Account } from './account'; import { AccountReference } from './account-reference'; import { Capability } from './capability'; import { Label } from './label'; import { OneMetric } from './one-metric'; import { Plan } from './plan'; /** * * @export * @interface SubscriptionAllOf */ export interface SubscriptionAllOf { /** * * @type {Array} * @memberof SubscriptionAllOf */ 'capabilities'?: Array; /** * * @type {string} * @memberof SubscriptionAllOf */ 'created_at'?: string; /** * * @type {AccountReference} * @memberof SubscriptionAllOf */ 'creator'?: AccountReference; /** * Calulated as the subscription created date + 60 days * @type {string} * @memberof SubscriptionAllOf */ 'eval_expiration_date'?: string; /** * * @type {Array