UNPKG

paypal-integrations-intacct

Version:

Integration between paypal and intacct using hapi.

9 lines (8 loc) 469 B
import { PluginRegistrationObject } from "hapi"; import { HapiPayPalIntacctInvoicing, IInvoicingOptions } from "../"; export declare const hapiPayPalIntacctInvoicing: HapiPayPalIntacctInvoicing; export declare const hapiPayPalIntacctInvoicingOptions: IInvoicingOptions; export declare const hapiPayPalIntacctInvoicingPlugin: PluginRegistrationObject<any>; export declare const hapiPayPalIntacctInvoicingGlueRegistration: { plugin: PluginRegistrationObject<any>; };