Skip to main content

AmendOrderResponse

Type Alias AmendOrderResponse 

Source
pub type AmendOrderResponse = AmendOrderResult;

Aliased Type§

pub struct AmendOrderResponse {
    pub order_id: Option<String>,
    pub order_link_id: Option<String>,
}

Fields§

§order_id: Option<String>§order_link_id: Option<String>