Struct stripe::Period [] [src]

pub struct Period {
    pub start: i64,
    pub end: i64,
}

Fields