UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

17 lines (16 loc) 478 B
import { Model } from "./model"; export declare class OmnichannelSubscriptionItem extends Model { id: string; item_id_at_source: string; status: string; current_term_start?: number; current_term_end?: number; expired_at?: number; expiration_reason?: string; cancelled_at?: number; cancellation_reason?: string; grace_period_expires_at?: number; resource_version?: number; } export declare namespace _omnichannel_subscription_item { }