pub struct RefundTransactionResponse {
pub transaction: TransactionDto,
}Expand description
DTO for refund response
Fields§
§transaction: TransactionDtoTrait Implementations§
Source§impl Debug for RefundTransactionResponse
impl Debug for RefundTransactionResponse
Auto Trait Implementations§
impl Freeze for RefundTransactionResponse
impl RefUnwindSafe for RefundTransactionResponse
impl Send for RefundTransactionResponse
impl Sync for RefundTransactionResponse
impl Unpin for RefundTransactionResponse
impl UnsafeUnpin for RefundTransactionResponse
impl UnwindSafe for RefundTransactionResponse
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