UNPKG

@atomixdesign/nodepay-ezidebit

Version:

Nodepay strategy for the Ezidebit payment gateway.

10 lines (9 loc) 386 B
import { ICreditCard } from '@atomixdesign/nodepay-core/build/types'; export declare class EzidebitCreditCard implements ICreditCard { cardNumber: string; expiryDateMonth: string; expiryDateYear: string; CCV: string; cardHolderName: string; constructor(cardNumber: string, expiryDateMonth: string, expiryDateYear: string, CCV: string, cardHolderName: string); }