Struct stripe::SourceTypeAcssDebit [−][src]
pub struct SourceTypeAcssDebit {
pub bank_address_city: Option<Box<String>>,
pub bank_address_line_1: Option<Box<String>>,
pub bank_address_line_2: Option<Box<String>>,
pub bank_address_postal_code: Option<Box<String>>,
pub bank_name: Option<Box<String>>,
pub category: Option<Box<String>>,
pub country: Option<Box<String>>,
pub fingerprint: Option<Box<String>>,
pub last4: Option<Box<String>>,
pub routing_number: Option<Box<String>>,
}
Fields
bank_address_city: Option<Box<String>>
bank_address_line_1: Option<Box<String>>
bank_address_line_2: Option<Box<String>>
bank_address_postal_code: Option<Box<String>>
bank_name: Option<Box<String>>
category: Option<Box<String>>
country: Option<Box<String>>
fingerprint: Option<Box<String>>
last4: Option<Box<String>>
routing_number: Option<Box<String>>
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for SourceTypeAcssDebit
impl Send for SourceTypeAcssDebit
impl Sync for SourceTypeAcssDebit
impl Unpin for SourceTypeAcssDebit
impl UnwindSafe for SourceTypeAcssDebit
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more