UNPKG

cecon-interfaces

Version:
9 lines (8 loc) 283 B
import { EFrom } from '../../general'; import { ENatipaySaleChannel } from '../../natipay'; import { IFee } from '../interfaces'; export declare class FeeEntity implements IFee { type: EFrom | ENatipaySaleChannel; value: number; constructor(data?: Partial<FeeEntity>); }