UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

14 lines (13 loc) 330 B
import { Model } from "./model"; export declare class ImpactedItemPrice extends Model { count?: number; download?: Download; item_prices?: any; } export declare class Download extends Model { download_url: string; valid_till: number; mime_type?: string; } export declare namespace _impacted_item_price { }