Skip to main content

LMOrderResponse

Type Alias LMOrderResponse 

Source
pub type LMOrderResponse = LMOrderResult;

Aliased Type§

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

Fields§

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