pub struct TerminalRefund {Show 14 fields
pub id: Option<String>,
pub amount_money: Option<Money>,
pub device_id: Option<String>,
pub payment_id: Option<String>,
pub reason: Option<String>,
pub app_id: Option<String>,
pub cancel_reason: Option<ActionCancelReason>,
pub created_at: Option<String>,
pub deadline_duration: Option<String>,
pub location_id: Option<String>,
pub order_id: Option<String>,
pub refund_id: Option<String>,
pub status: Option<String>,
pub updated_at: Option<TerminalCheckoutStatus>,
}Fields§
§id: Option<String>§amount_money: Option<Money>§device_id: Option<String>§payment_id: Option<String>§reason: Option<String>§app_id: Option<String>§cancel_reason: Option<ActionCancelReason>§created_at: Option<String>§deadline_duration: Option<String>§location_id: Option<String>§order_id: Option<String>§refund_id: Option<String>§status: Option<String>§updated_at: Option<TerminalCheckoutStatus>Trait Implementations§
Source§impl Clone for TerminalRefund
impl Clone for TerminalRefund
Source§fn clone(&self) -> TerminalRefund
fn clone(&self) -> TerminalRefund
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 TerminalRefund
impl Debug for TerminalRefund
Source§impl Default for TerminalRefund
impl Default for TerminalRefund
Source§fn default() -> TerminalRefund
fn default() -> TerminalRefund
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TerminalRefund
impl<'de> Deserialize<'de> for TerminalRefund
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
Auto Trait Implementations§
impl Freeze for TerminalRefund
impl RefUnwindSafe for TerminalRefund
impl Send for TerminalRefund
impl Sync for TerminalRefund
impl Unpin for TerminalRefund
impl UnwindSafe for TerminalRefund
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