Interface Distributions

Distribution model currently used in invoice and delivery notes model

interface Distributions {
    buyerOrderNumber?: Meta<string>[];
    deliveryNote?: Meta<string>[];
    hsCode?: Meta<string>[];
    orderNumber?: Meta<string>[];
}

Properties

buyerOrderNumber?: Meta<string>[]
deliveryNote?: Meta<string>[]
hsCode?: Meta<string>[]
orderNumber?: Meta<string>[]