UNPKG

chargebee

Version:

A library for integrating with Chargebee.

10 lines (8 loc) 225 B
///<reference path='./../core.d.ts'/> ///<reference path='./../index.d.ts'/> declare module 'chargebee' { export interface SubscriptionEntitlementsCreatedDetail { subscription_id?: string; has_next: boolean; } }