Struct stripe::NotificationEventRequest [−][src]
pub struct NotificationEventRequest {
pub id: Option<Box<String>>,
pub idempotency_key: Option<Box<String>>,
}
Fields
id: Option<Box<String>>
ID of the API request that caused the event.
If null, the event was automatic (e.g., Stripe’s automatic subscription handling). Request logs are available in the dashboard, but currently not in the API.
idempotency_key: Option<Box<String>>
The idempotency key transmitted during the request, if any.
Note: This property is populated only for events on or after May 23, 2017.
Trait Implementations
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 RefUnwindSafe for NotificationEventRequest
impl Send for NotificationEventRequest
impl Sync for NotificationEventRequest
impl Unpin for NotificationEventRequest
impl UnwindSafe for NotificationEventRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more