| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Paddle.WebHook
Documentation
data PaddleWebHook passthrough Source #
Constructors
| SubscriptionCreatedWebHook (SubscriptionCreated passthrough) | |
| SubscriptionCancelledWebHook (SubscriptionCancelled passthrough) | |
| UnknownWebHook Text |
Instances
type API passthrough = ReqBody '[FormUrlEncoded] (PaddleWebHook passthrough, SignatureBody) :> Post '[JSON] NoContent Source #