Struct stripe::generated::payment::payment_method::PaymentMethodKlarna
source · pub struct PaymentMethodKlarna {
pub dob: Option<PaymentFlowsPrivatePaymentMethodsKlarnaDob>,
}Fields§
§dob: Option<PaymentFlowsPrivatePaymentMethodsKlarnaDob>The customer’s date of birth, if provided.
Trait Implementations§
source§impl Clone for PaymentMethodKlarna
impl Clone for PaymentMethodKlarna
source§fn clone(&self) -> PaymentMethodKlarna
fn clone(&self) -> PaymentMethodKlarna
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 PaymentMethodKlarna
impl Debug for PaymentMethodKlarna
source§impl Default for PaymentMethodKlarna
impl Default for PaymentMethodKlarna
source§fn default() -> PaymentMethodKlarna
fn default() -> PaymentMethodKlarna
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentMethodKlarna
impl<'de> Deserialize<'de> for PaymentMethodKlarna
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