Struct stripe::model::SourceMandateNotification
source · pub struct SourceMandateNotification {
pub acss_debit: Option<SourceMandateNotificationAcssDebitData>,
pub amount: Option<i64>,
pub bacs_debit: Option<SourceMandateNotificationBacsDebitData>,
pub created: i64,
pub id: String,
pub livemode: bool,
pub object: String,
pub reason: String,
pub sepa_debit: Option<SourceMandateNotificationSepaDebitData>,
pub source: Source,
pub status: String,
pub type_: String,
}Fields§
§acss_debit: Option<SourceMandateNotificationAcssDebitData>§amount: Option<i64>§bacs_debit: Option<SourceMandateNotificationBacsDebitData>§created: i64§id: String§livemode: bool§object: String§reason: String§sepa_debit: Option<SourceMandateNotificationSepaDebitData>§source: Source§status: String§type_: StringTrait Implementations§
source§impl Clone for SourceMandateNotification
impl Clone for SourceMandateNotification
source§fn clone(&self) -> SourceMandateNotification
fn clone(&self) -> SourceMandateNotification
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SourceMandateNotification
impl Debug for SourceMandateNotification
source§impl<'de> Deserialize<'de> for SourceMandateNotification
impl<'de> Deserialize<'de> for SourceMandateNotification
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for SourceMandateNotification
impl Display for SourceMandateNotification
Auto Trait Implementations§
impl RefUnwindSafe for SourceMandateNotification
impl Send for SourceMandateNotification
impl Sync for SourceMandateNotification
impl Unpin for SourceMandateNotification
impl UnwindSafe for SourceMandateNotification
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more