Skip to main content

PlaceRwaOrderResponse

Type Alias PlaceRwaOrderResponse 

Source
pub type PlaceRwaOrderResponse = PlaceRwaOrderResult;

Aliased Type§

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

Fields§

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