paddle-0.1.0.0: API to the Paddle payment processor
Safe HaskellSafe-Inferred
LanguageHaskell2010

Paddle.WebHook.SubscriptionCreated

Documentation

data SubscriptionCreated passthrough Source #

Instances

Instances details
Show passthrough => Show (SubscriptionCreated passthrough) Source # 
Instance details

Defined in Paddle.WebHook.SubscriptionCreated

Methods

showsPrec :: Int -> SubscriptionCreated passthrough -> ShowS #

show :: SubscriptionCreated passthrough -> String #

showList :: [SubscriptionCreated passthrough] -> ShowS #

Generic (SubscriptionCreated passthrough) Source # 
Instance details

Defined in Paddle.WebHook.SubscriptionCreated

Associated Types

type Rep (SubscriptionCreated passthrough) :: Type -> Type #

Methods

from :: SubscriptionCreated passthrough -> Rep (SubscriptionCreated passthrough) x #

to :: Rep (SubscriptionCreated passthrough) x -> SubscriptionCreated passthrough #

type Rep (SubscriptionCreated passthrough) Source # 
Instance details

Defined in Paddle.WebHook.SubscriptionCreated

type Rep (SubscriptionCreated passthrough) = D1 ('MetaData "SubscriptionCreated" "Paddle.WebHook.SubscriptionCreated" "paddle-0.1.0.0-30GttVt40OR9oTLg4YUiEY" 'False) (C1 ('MetaCons "SubscriptionCreated" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subscriptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "subscriptionPlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "updateUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "cancelUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "passthrough") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 passthrough)))))