UNPKG

chargebee

Version:

A library for integrating with Chargebee.

13 lines (11 loc) 282 B
///<reference path='./../core.d.ts'/> ///<reference path='./../index.d.ts'/> declare module 'chargebee' { export interface Hierarchy { customer_id: string; parent_id?: string; payment_owner_id: string; invoice_owner_id: string; children_ids?: string[]; } }