Struct stripe::model::TransferReversal
source · pub struct TransferReversal {
pub amount: i64,
pub balance_transaction: Option<Value>,
pub created: i64,
pub currency: String,
pub destination_payment_refund: Option<Value>,
pub id: String,
pub metadata: Option<Value>,
pub object: String,
pub source_refund: Option<Value>,
pub transfer: Value,
}Fields§
§amount: i64§balance_transaction: Option<Value>§created: i64§currency: String§destination_payment_refund: Option<Value>§id: String§metadata: Option<Value>§object: String§source_refund: Option<Value>§transfer: ValueTrait Implementations§
source§impl Clone for TransferReversal
impl Clone for TransferReversal
source§fn clone(&self) -> TransferReversal
fn clone(&self) -> TransferReversal
Returns a copy 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 TransferReversal
impl Debug for TransferReversal
source§impl<'de> Deserialize<'de> for TransferReversal
impl<'de> Deserialize<'de> for TransferReversal
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for TransferReversal
impl Display for TransferReversal
Auto Trait Implementations§
impl RefUnwindSafe for TransferReversal
impl Send for TransferReversal
impl Sync for TransferReversal
impl Unpin for TransferReversal
impl UnwindSafe for TransferReversal
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