1#[derive(Debug, Clone, PartialEq, Default)] 2pub struct Payment { 3 pub method: String, 4 pub amount: f64, 5}