pub struct RefundDestinationDetailsP24 {
pub reference: Option<String>,
pub reference_status: Option<String>,
}
Fields§
§reference: Option<String>
The reference assigned to the refund.
reference_status: Option<String>
Status of the reference on the refund. This can be pending
, available
or unavailable
.
Trait Implementations§
Source§impl Clone for RefundDestinationDetailsP24
impl Clone for RefundDestinationDetailsP24
Source§fn clone(&self) -> RefundDestinationDetailsP24
fn clone(&self) -> RefundDestinationDetailsP24
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 Debug for RefundDestinationDetailsP24
impl Debug for RefundDestinationDetailsP24
Source§impl FromValueOpt for RefundDestinationDetailsP24
impl FromValueOpt for RefundDestinationDetailsP24
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for RefundDestinationDetailsP24
impl RefUnwindSafe for RefundDestinationDetailsP24
impl Send for RefundDestinationDetailsP24
impl Sync for RefundDestinationDetailsP24
impl Unpin for RefundDestinationDetailsP24
impl UnwindSafe for RefundDestinationDetailsP24
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