stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.NotificationEventRequest

Description

Contains the types generated from the schema NotificationEventRequest

Synopsis

Documentation

data NotificationEventRequest Source #

Defines the data type for the schema notification_event_request

Constructors

NotificationEventRequest 

Fields

  • notificationEventRequestId :: Maybe Text

    id: 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.

    Constraints:

    • Maximum length of 5000
  • notificationEventRequestIdempotencyKey :: Maybe Text

    idempotency_key: The idempotency key transmitted during the request, if any. *Note: This property is populated only for events on or after May 23, 2017*.

    Constraints:

    • Maximum length of 5000