UNPKG

@atomixdesign/nodepay-fatzebra

Version:

Nodepay strategy for the Fatzebra payment gateway.

8 lines (7 loc) 322 B
import { IBankAccount } from '@atomixdesign/nodepay-core/build/types'; export declare class FatzebraBankAccount implements IBankAccount { readonly accountName: string; readonly accountNumber: string; readonly BSBNumber: string; constructor(accountName: string, accountNumber: string, BSBNumber: string); }