Struct stripe::Period[][src]

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

Period is a structure representing a start and end dates.

Fields

Trait Implementations

impl Debug for Period
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Period

impl Sync for Period