@atomixdesign/nodepay-ezidebit
Version:
Nodepay strategy for the Ezidebit payment gateway.
10 lines (9 loc) • 355 B
TypeScript
export declare class EzidebitConfig {
readonly clientId: string;
readonly digitalKey: string;
readonly publicKey: string;
readonly apiRoot: string;
readonly nonPCIApiRoot: string;
[key: string]: string | undefined;
constructor(clientId: string, digitalKey: string, publicKey: string, apiRoot: string, nonPCIApiRoot: string);
}