Skip to main content

GetAccountInstrumentsResponse

Type Alias GetAccountInstrumentsResponse 

Source
pub type GetAccountInstrumentsResponse = GetAccountInstrumentsResult;

Aliased Type§

pub struct GetAccountInstrumentsResponse {
    pub category: Option<String>,
    pub next_page_cursor: Option<String>,
    pub list: Option<Vec<GetAccountInstrumentsItem>>,
}

Fields§

§category: Option<String>§next_page_cursor: Option<String>§list: Option<Vec<GetAccountInstrumentsItem>>