stripe-rust 0.1.1

A rust wrapper for the Stripe HTTP API
Documentation
1
2
3
4
5
#[derive(Deserialize)]
pub struct Deleted {
    pub deleted: bool,
    pub id: String,
}