bondora 0.2.5

Bondora API client
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Serialize, Deserialize)]
pub struct ReportCreateRequest {
    #[serde(rename = "ReportType")]
    pub report_type: i32,
    #[serde(rename = "PeriodStart")]
    pub period_start: Option<String>,
    #[serde(rename = "PeriodEnd")]
    pub period_end: Option<String>,
}