pub struct ConfirmPaymentIntentPaymentMethodDataKlarna {
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 ConfirmPaymentIntentPaymentMethodDataKlarna
impl Clone for ConfirmPaymentIntentPaymentMethodDataKlarna
Source§fn clone(&self) -> ConfirmPaymentIntentPaymentMethodDataKlarna
fn clone(&self) -> ConfirmPaymentIntentPaymentMethodDataKlarna
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 ConfirmPaymentIntentPaymentMethodDataKlarna
Auto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodDataKlarna
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodDataKlarna
impl Send for ConfirmPaymentIntentPaymentMethodDataKlarna
impl Sync for ConfirmPaymentIntentPaymentMethodDataKlarna
impl Unpin for ConfirmPaymentIntentPaymentMethodDataKlarna
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodDataKlarna
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