paymentlib/nswcpp/dto/
agency_daily_report_response.rs

1
2
3
4
5
6
use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Debug, Clone)]
#[serde(rename_all = "camelCase")]
pub struct AgencyDailyReportResponse {
    pub text: String,
}