1
2
3
4
5
6
7
/// The resource representing a Stripe transaction.
///
/// For more details see https://stripe.com/docs/api#transaction_object.
#[derive(Debug, Deserialize)]
pub struct Transaction {
// missing page in Stripe API
}