| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
RecurlyClient.Types.GiftCardCreate
Description
Contains the types generated from the schema GiftCardCreate
Synopsis
- data GiftCardCreate = GiftCardCreate {}
- mkGiftCardCreate :: Text -> GiftCardDeliveryCreate -> AccountPurchase -> Text -> Float -> GiftCardCreate
Documentation
data GiftCardCreate Source #
Defines the object schema located at components.schemas.GiftCardCreate in the specification.
Gift card details
Constructors
| GiftCardCreate | |
Fields
| |
Instances
| FromJSON GiftCardCreate Source # | |
Defined in RecurlyClient.Types.GiftCardCreate Methods parseJSON :: Value -> Parser GiftCardCreate # parseJSONList :: Value -> Parser [GiftCardCreate] # | |
| ToJSON GiftCardCreate Source # | |
Defined in RecurlyClient.Types.GiftCardCreate Methods toJSON :: GiftCardCreate -> Value # toEncoding :: GiftCardCreate -> Encoding # toJSONList :: [GiftCardCreate] -> Value # toEncodingList :: [GiftCardCreate] -> Encoding # | |
| Show GiftCardCreate Source # | |
Defined in RecurlyClient.Types.GiftCardCreate Methods showsPrec :: Int -> GiftCardCreate -> ShowS # show :: GiftCardCreate -> String # showList :: [GiftCardCreate] -> ShowS # | |
| Eq GiftCardCreate Source # | |
Defined in RecurlyClient.Types.GiftCardCreate Methods (==) :: GiftCardCreate -> GiftCardCreate -> Bool # (/=) :: GiftCardCreate -> GiftCardCreate -> Bool # | |
Arguments
| :: Text | |
| -> GiftCardDeliveryCreate | |
| -> AccountPurchase | |
| -> Text | |
| -> Float | |
| -> GiftCardCreate |
Create a new GiftCardCreate with all required fields.