Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema DeletedCoupon
Synopsis
- data DeletedCoupon = DeletedCoupon {}
- mkDeletedCoupon :: Text -> DeletedCoupon
Documentation
data DeletedCoupon Source #
Defines the object schema located at components.schemas.deleted_coupon
in the specification.
DeletedCoupon | |
|
Instances
Eq DeletedCoupon Source # | |
Defined in StripeAPI.Types.DeletedCoupon (==) :: DeletedCoupon -> DeletedCoupon -> Bool # (/=) :: DeletedCoupon -> DeletedCoupon -> Bool # | |
Show DeletedCoupon Source # | |
Defined in StripeAPI.Types.DeletedCoupon showsPrec :: Int -> DeletedCoupon -> ShowS # show :: DeletedCoupon -> String # showList :: [DeletedCoupon] -> ShowS # | |
ToJSON DeletedCoupon Source # | |
Defined in StripeAPI.Types.DeletedCoupon toJSON :: DeletedCoupon -> Value # toEncoding :: DeletedCoupon -> Encoding # toJSONList :: [DeletedCoupon] -> Value # toEncodingList :: [DeletedCoupon] -> Encoding # | |
FromJSON DeletedCoupon Source # | |
Defined in StripeAPI.Types.DeletedCoupon parseJSON :: Value -> Parser DeletedCoupon # parseJSONList :: Value -> Parser [DeletedCoupon] # |
Create a new DeletedCoupon
with all required fields.