Skip to main content

GetCryptoLoanFlexibleRepaymentHistoryResponse

Type Alias GetCryptoLoanFlexibleRepaymentHistoryResponse 

Source
pub type GetCryptoLoanFlexibleRepaymentHistoryResponse = CryptoLoanFlexibleRepaymentHistoryResult;

Aliased Type§

pub struct GetCryptoLoanFlexibleRepaymentHistoryResponse {
    pub list: Option<Vec<CryptoLoanFlexibleRepaymentHistoryItem>>,
    pub next_page_cursor: Option<String>,
}

Fields§

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