UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 246 B
import { IFeeFrom, IFeeSaleChannel, INatipayFee } from '../interfaces'; export declare class NatipayFeeEntity implements INatipayFee { from: IFeeFrom[]; saleChannel: IFeeSaleChannel[]; constructor(data?: Partial<NatipayFeeEntity>); }