pub struct YapayWebhook {
pub token_transaction: String,
pub transaction: WebhookTransaction,
}
Expand description
The notification Yapay POSTs into your server when a transaction is created.
Fields§
§token_transaction: String
§transaction: WebhookTransaction
Trait Implementations§
Source§impl Clone for YapayWebhook
impl Clone for YapayWebhook
Source§fn clone(&self) -> YapayWebhook
fn clone(&self) -> YapayWebhook
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 YapayWebhook
impl Debug for YapayWebhook
Source§impl<'de> Deserialize<'de> for YapayWebhook
impl<'de> Deserialize<'de> for YapayWebhook
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 PartialEq for YapayWebhook
impl PartialEq for YapayWebhook
Source§impl Serialize for YapayWebhook
impl Serialize for YapayWebhook
impl StructuralPartialEq for YapayWebhook
Auto Trait Implementations§
impl Freeze for YapayWebhook
impl RefUnwindSafe for YapayWebhook
impl Send for YapayWebhook
impl Sync for YapayWebhook
impl Unpin for YapayWebhook
impl UnwindSafe for YapayWebhook
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