pub struct CreatePaymentIntentPaymentMethodDataSofort {
pub country: CreatePaymentIntentPaymentMethodDataSofortCountry,
}Fields§
§country: CreatePaymentIntentPaymentMethodDataSofortCountryTwo-letter ISO code representing the country the bank account is located in.
Trait Implementations§
source§impl Clone for CreatePaymentIntentPaymentMethodDataSofort
impl Clone for CreatePaymentIntentPaymentMethodDataSofort
source§fn clone(&self) -> CreatePaymentIntentPaymentMethodDataSofort
fn clone(&self) -> CreatePaymentIntentPaymentMethodDataSofort
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 CreatePaymentIntentPaymentMethodDataSofort
impl Default for CreatePaymentIntentPaymentMethodDataSofort
source§fn default() -> CreatePaymentIntentPaymentMethodDataSofort
fn default() -> CreatePaymentIntentPaymentMethodDataSofort
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodDataSofort
impl<'de> Deserialize<'de> for CreatePaymentIntentPaymentMethodDataSofort
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