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

Paddle.WebHook.SubscriptionCancelled

Documentation

data SubscriptionCancelled passthrough Source #

Instances

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

Defined in Paddle.WebHook.SubscriptionCancelled

Methods

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

show :: SubscriptionCancelled passthrough -> String #

showList :: [SubscriptionCancelled passthrough] -> ShowS #

Generic (SubscriptionCancelled passthrough) Source # 
Instance details

Defined in Paddle.WebHook.SubscriptionCancelled

Associated Types

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

Methods

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

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

type Rep (SubscriptionCancelled passthrough) Source # 
Instance details

Defined in Paddle.WebHook.SubscriptionCancelled

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