UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 319 B
import { IPayioOption } from '../interfaces/i-option'; export declare class PayioOptionEntity implements IPayioOption { description: string; externalCode: string; id: string; imageUrl: string; index: number; name: string; price: number; constructor(data?: Partial<PayioOptionEntity>); }