UNPKG

cecon-interfaces

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