Skip to main content

GetFixedTermOrderResponse

Type Alias GetFixedTermOrderResponse 

Source
pub type GetFixedTermOrderResponse = GetFixedTermOrderResult;

Aliased Type§

pub struct GetFixedTermOrderResponse {
    pub next_page_cursor: Option<String>,
    pub list: Option<Vec<FixedTermOrder>>,
}

Fields§

§next_page_cursor: Option<String>§list: Option<Vec<FixedTermOrder>>