pub struct DisputePaymentMethodDetailsKlarna {
pub reason_code: Option<String>,
}
Fields§
§reason_code: Option<String>
The reason for the dispute as defined by Klarna
Trait Implementations§
Source§impl Clone for DisputePaymentMethodDetailsKlarna
impl Clone for DisputePaymentMethodDetailsKlarna
Source§fn clone(&self) -> DisputePaymentMethodDetailsKlarna
fn clone(&self) -> DisputePaymentMethodDetailsKlarna
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 moreAuto Trait Implementations§
impl Freeze for DisputePaymentMethodDetailsKlarna
impl RefUnwindSafe for DisputePaymentMethodDetailsKlarna
impl Send for DisputePaymentMethodDetailsKlarna
impl Sync for DisputePaymentMethodDetailsKlarna
impl Unpin for DisputePaymentMethodDetailsKlarna
impl UnwindSafe for DisputePaymentMethodDetailsKlarna
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