interface VertexMatchOrdersTx {
    match_orders: {
        product_id: number;
    };
}

Properties

Properties

match_orders: {
    product_id: number;
}