pub struct UpdatePaymentIntentPaymentMethodDataKlarna {
pub dob: Option<DateOfBirth>,
}Expand description
If this is a klarna PaymentMethod, this hash contains details about the Klarna payment method.
Fields§
§dob: Option<DateOfBirth>Customer’s date of birth
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentIntentPaymentMethodDataKlarna
impl Clone for UpdatePaymentIntentPaymentMethodDataKlarna
Source§fn clone(&self) -> UpdatePaymentIntentPaymentMethodDataKlarna
fn clone(&self) -> UpdatePaymentIntentPaymentMethodDataKlarna
Returns a duplicate 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 moreimpl Copy for UpdatePaymentIntentPaymentMethodDataKlarna
Auto Trait Implementations§
impl Freeze for UpdatePaymentIntentPaymentMethodDataKlarna
impl RefUnwindSafe for UpdatePaymentIntentPaymentMethodDataKlarna
impl Send for UpdatePaymentIntentPaymentMethodDataKlarna
impl Sync for UpdatePaymentIntentPaymentMethodDataKlarna
impl Unpin for UpdatePaymentIntentPaymentMethodDataKlarna
impl UnwindSafe for UpdatePaymentIntentPaymentMethodDataKlarna
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more