UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 231 B
import { IPaymentCard } from '../interfaces'; export declare class PaymentCardEntity implements IPaymentCard { brand: string; maskedNumber: string; tokenId: string; constructor(data?: Partial<PaymentCardEntity>); }