UNPKG

cecon-interfaces

Version:
16 lines (15 loc) 314 B
export interface INatipayOrderItem { externalCode: string; id: string; index: number; name: string; observations: string; picture: string; price: number; productId: number; quantity: number; totalPrice: number; unit: string; unitPrice: number; weight: number; }