pub type OrderHistoryResponse = OrderHistoryResult;Aliased Type§
pub struct OrderHistoryResponse {
pub next_page_cursor: Option<String>,
pub list: Option<Vec<EarnOrderHistoryItem>>,
}Fields§
§next_page_cursor: Option<String>§list: Option<Vec<EarnOrderHistoryItem>>