pub struct IssuingDisputeTreasury {
pub debit_reversal: Option<String>,
pub received_debit: String,
}
Fields§
§debit_reversal: Option<String>
The Treasury DebitReversal representing this Issuing dispute.
received_debit: String
The Treasury ReceivedDebit that is being disputed.
Trait Implementations§
Source§impl Clone for IssuingDisputeTreasury
impl Clone for IssuingDisputeTreasury
Source§fn clone(&self) -> IssuingDisputeTreasury
fn clone(&self) -> IssuingDisputeTreasury
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 IssuingDisputeTreasury
impl Debug for IssuingDisputeTreasury
Source§impl Deserialize for IssuingDisputeTreasury
impl Deserialize for IssuingDisputeTreasury
Source§impl ObjectDeser for IssuingDisputeTreasury
impl ObjectDeser for IssuingDisputeTreasury
Auto Trait Implementations§
impl Freeze for IssuingDisputeTreasury
impl RefUnwindSafe for IssuingDisputeTreasury
impl Send for IssuingDisputeTreasury
impl Sync for IssuingDisputeTreasury
impl Unpin for IssuingDisputeTreasury
impl UnwindSafe for IssuingDisputeTreasury
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