pub struct Notification { /* private fields */ }Implementations§
Source§impl Notification
impl Notification
pub fn pay_id(&self) -> &PaymentId
pub fn qr_id(&self) -> &QRId
pub fn amount(&self) -> Decimal
pub fn commission(&self) -> Decimal
pub fn currency(&self) -> Currency
pub fn executed_at(&self) -> &str
pub fn extension_id(&self) -> &ExtensionId
pub fn order_id(&self) -> Option<&str>
pub fn payer_iban(&self) -> &str
pub fn payer_name(&self) -> &str
pub fn qr_status(&self) -> QRStatus
pub fn reference_id(&self) -> &str
pub fn terminal_id(&self) -> Option<&str>
Trait Implementations§
Source§impl Debug for Notification
impl Debug for Notification
Source§impl<'de> Deserialize<'de> for Notification
impl<'de> Deserialize<'de> for Notification
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 Notification
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnsafeUnpin for Notification
impl UnwindSafe for Notification
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