1
2
3
4
5
6
7
8
9
#[derive(Clone, Debug)]
pub struct PersonalRegistrationCreate {
    pub bundled_rate: bool,
}

#[derive(Clone, Debug)]
pub struct PersonalRegistrationInfo {
    pub consent_id: String,
}