pub struct TransactionAdvancedCommerceRefund {
pub reason: TransactionAdvancedCommerceRefundReason,
pub refund_type: TransactionAdvancedCommerceRefundType,
pub date: String,
pub amount: String,
}Fields§
§reason: TransactionAdvancedCommerceRefundReason§refund_type: TransactionAdvancedCommerceRefundType§date: String§amount: StringTrait Implementations§
Source§impl Clone for TransactionAdvancedCommerceRefund
impl Clone for TransactionAdvancedCommerceRefund
Source§fn clone(&self) -> TransactionAdvancedCommerceRefund
fn clone(&self) -> TransactionAdvancedCommerceRefund
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for TransactionAdvancedCommerceRefund
impl PartialEq for TransactionAdvancedCommerceRefund
Source§fn eq(&self, other: &TransactionAdvancedCommerceRefund) -> bool
fn eq(&self, other: &TransactionAdvancedCommerceRefund) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TransactionAdvancedCommerceRefund
impl StructuralPartialEq for TransactionAdvancedCommerceRefund
Auto Trait Implementations§
impl Freeze for TransactionAdvancedCommerceRefund
impl RefUnwindSafe for TransactionAdvancedCommerceRefund
impl Send for TransactionAdvancedCommerceRefund
impl Sync for TransactionAdvancedCommerceRefund
impl Unpin for TransactionAdvancedCommerceRefund
impl UnsafeUnpin for TransactionAdvancedCommerceRefund
impl UnwindSafe for TransactionAdvancedCommerceRefund
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