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