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