Struct stripe::generated::payment::payment_method::PaymentMethodSofort
source · pub struct PaymentMethodSofort {
pub country: Option<String>,
}Fields§
§country: Option<String>Two-letter ISO code representing the country the bank account is located in.
Trait Implementations§
source§impl Clone for PaymentMethodSofort
impl Clone for PaymentMethodSofort
source§fn clone(&self) -> PaymentMethodSofort
fn clone(&self) -> PaymentMethodSofort
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 PaymentMethodSofort
impl Debug for PaymentMethodSofort
source§impl Default for PaymentMethodSofort
impl Default for PaymentMethodSofort
source§fn default() -> PaymentMethodSofort
fn default() -> PaymentMethodSofort
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentMethodSofort
impl<'de> Deserialize<'de> for PaymentMethodSofort
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