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