UNPKG

chargebee

Version:

A library for integrating with Chargebee.

17 lines (15 loc) 354 B
///<reference path='./../core.d.ts'/> ///<reference path='./../index.d.ts'/> declare module 'chargebee' { export interface Contact { id: string; first_name?: string; last_name?: string; email: string; phone?: string; label?: string; enabled: boolean; send_account_email: boolean; send_billing_email: boolean; } }