Interface UnfulfillableOrder

interface UnfulfillableOrder {
    orderId: string;
    reason: string;
}

Properties

Properties

orderId: string
reason: string