Struct stripe::generated::payment::payment_method::PaymentMethodBacsDebit
source · pub struct PaymentMethodBacsDebit {
pub fingerprint: Option<String>,
pub last4: Option<String>,
pub sort_code: Option<String>,
}Fields§
§fingerprint: Option<String>Uniquely identifies this particular bank account.
You can use this attribute to check whether two bank accounts are the same.
last4: Option<String>Last four digits of the bank account number.
sort_code: Option<String>Sort code of the bank account.
(e.g., 10-20-30).
Trait Implementations§
source§impl Clone for PaymentMethodBacsDebit
impl Clone for PaymentMethodBacsDebit
source§fn clone(&self) -> PaymentMethodBacsDebit
fn clone(&self) -> PaymentMethodBacsDebit
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 PaymentMethodBacsDebit
impl Debug for PaymentMethodBacsDebit
source§impl Default for PaymentMethodBacsDebit
impl Default for PaymentMethodBacsDebit
source§fn default() -> PaymentMethodBacsDebit
fn default() -> PaymentMethodBacsDebit
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentMethodBacsDebit
impl<'de> Deserialize<'de> for PaymentMethodBacsDebit
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