pub struct CreatePaymentMethodConfigurationKlarna {
pub display_preference: Option<CreatePaymentMethodConfigurationKlarnaDisplayPreference>,
}Expand description
Klarna gives customers a range of payment options during checkout. Available payment options vary depending on the customer’s billing address and the transaction amount. These payment options make it convenient for customers to purchase items in all price ranges. Check this page for more details.
Fields§
§display_preference: Option<CreatePaymentMethodConfigurationKlarnaDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationKlarna
impl Clone for CreatePaymentMethodConfigurationKlarna
Source§fn clone(&self) -> CreatePaymentMethodConfigurationKlarna
fn clone(&self) -> CreatePaymentMethodConfigurationKlarna
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 moreSource§impl PartialEq for CreatePaymentMethodConfigurationKlarna
impl PartialEq for CreatePaymentMethodConfigurationKlarna
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationKlarna) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationKlarna) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationKlarna
impl StructuralPartialEq for CreatePaymentMethodConfigurationKlarna
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationKlarna
impl RefUnwindSafe for CreatePaymentMethodConfigurationKlarna
impl Send for CreatePaymentMethodConfigurationKlarna
impl Sync for CreatePaymentMethodConfigurationKlarna
impl Unpin for CreatePaymentMethodConfigurationKlarna
impl UnsafeUnpin for CreatePaymentMethodConfigurationKlarna
impl UnwindSafe for CreatePaymentMethodConfigurationKlarna
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