pub struct UpdateSetupIntentPaymentMethodDataBacsDebit {
pub account_number: Option<String>,
pub sort_code: Option<String>,
}Fields§
§account_number: Option<String>Account number of the bank account that the funds will be debited from.
sort_code: Option<String>Sort code of the bank account.
(e.g., 10-20-30).
Trait Implementations§
source§impl Clone for UpdateSetupIntentPaymentMethodDataBacsDebit
impl Clone for UpdateSetupIntentPaymentMethodDataBacsDebit
source§fn clone(&self) -> UpdateSetupIntentPaymentMethodDataBacsDebit
fn clone(&self) -> UpdateSetupIntentPaymentMethodDataBacsDebit
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 Default for UpdateSetupIntentPaymentMethodDataBacsDebit
impl Default for UpdateSetupIntentPaymentMethodDataBacsDebit
source§fn default() -> UpdateSetupIntentPaymentMethodDataBacsDebit
fn default() -> UpdateSetupIntentPaymentMethodDataBacsDebit
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodDataBacsDebit
impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodDataBacsDebit
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