async-stripe 0.41.0

API bindings for the Stripe HTTP API
Documentation
1
2
3
4
5
6
7
8
9
10
// ======================================
// This file was automatically generated.
// ======================================

use serde::{Deserialize, Serialize};

/// The resource representing a Stripe "source.transaction.updated".
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct SourceTransactionUpdated {
}