Struct stripe::Deleted [] [src]

pub struct Deleted {
    pub deleted: bool,
    pub id: String,
}

Fields