UNPKG

chargebee

Version:

A library for integrating with Chargebee.

12 lines (10 loc) 263 B
///<reference path='./../core.d.ts'/> ///<reference path='./../index.d.ts'/> declare module 'chargebee' { export interface ThirdPartyPaymentMethod { type: TypeEnum; gateway: GatewayEnum; gateway_account_id?: string; reference_id: string; } }