Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema NotificationEventData
Documentation
data NotificationEventData Source #
Defines the data type for the schema notification_event_data
NotificationEventData | |
|
Instances
Eq NotificationEventData Source # | |
Defined in StripeAPI.Types.NotificationEventData (==) :: NotificationEventData -> NotificationEventData -> Bool # (/=) :: NotificationEventData -> NotificationEventData -> Bool # | |
Show NotificationEventData Source # | |
Defined in StripeAPI.Types.NotificationEventData showsPrec :: Int -> NotificationEventData -> ShowS # show :: NotificationEventData -> String # showList :: [NotificationEventData] -> ShowS # | |
ToJSON NotificationEventData Source # | |
Defined in StripeAPI.Types.NotificationEventData toJSON :: NotificationEventData -> Value # toEncoding :: NotificationEventData -> Encoding # toJSONList :: [NotificationEventData] -> Value # toEncodingList :: [NotificationEventData] -> Encoding # | |
FromJSON NotificationEventData Source # | |
Defined in StripeAPI.Types.NotificationEventData parseJSON :: Value -> Parser NotificationEventData # parseJSONList :: Value -> Parser [NotificationEventData] # |
data NotificationEventDataObject' Source #
Defines the data type for the schema notification_event_dataObject'
Object containing the API resource relevant to the event. For example, an `invoice.created` event will have a full invoice object as the value of the object key.
Instances
data NotificationEventDataPreviousAttributes' Source #
Defines the data type for the schema notification_event_dataPrevious_attributes'
Object containing the names of the attributes that have changed, and their previous values (sent along only with *.updated events).