UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 183 B
import { IFeeSaleChannel } from './i-fee-channel'; import { IFeeFrom } from './i-fee-from'; export interface INatipayFee { from: IFeeFrom[]; saleChannel: IFeeSaleChannel[]; }