Skip to main content

GetBorrowHistoryResponse

Type Alias GetBorrowHistoryResponse 

Source
pub type GetBorrowHistoryResponse = GetBorrowHistoryResult;

Aliased Type§

pub struct GetBorrowHistoryResponse {
    pub list: Option<Vec<BorrowHistoryItem>>,
    pub next_page_cursor: Option<String>,
}

Fields§

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