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