@atomixdesign/nodepay-ezidebit
Version:
Nodepay strategy for the Ezidebit payment gateway.
8 lines (7 loc) • 322 B
TypeScript
import { IBankAccount } from '@atomixdesign/nodepay-core/build/types';
export declare class EzidebitBankAccount implements IBankAccount {
readonly accountName: string;
readonly accountNumber: string;
readonly BSBNumber: string;
constructor(accountName: string, accountNumber: string, BSBNumber: string);
}