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