stripe-rust 0.4.5

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