UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 254 B
import { IPayioCardAuth } from '../interfaces'; export declare class PayioCardAuthEntity implements IPayioCardAuth { basic?: string | null; password: string | null; user: string | null; constructor(data?: Partial<PayioCardAuthEntity>); }