UNPKG

@atomixdesign/nodepay-paystream

Version:

Nodepay strategy for the Paystream payment gateway.

8 lines (7 loc) 238 B
export declare class PaystreamConfig { readonly username: string; readonly apiKey: string; readonly apiRoot: string; [key: string]: string | undefined; constructor(username: string, apiKey: string, apiRoot: string); }