UNPKG

@atomixdesign/nodepay-fatzebra

Version:

Nodepay strategy for the Fatzebra payment gateway.

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