recurly-client-0.1.0.0: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Types.GiftCardDeliveryCreate

Description

Contains the types generated from the schema GiftCardDeliveryCreate

Synopsis

Documentation

data GiftCardDeliveryCreate Source #

Defines the object schema located at components.schemas.GiftCardDeliveryCreate in the specification.

Gift card delivery details

Constructors

GiftCardDeliveryCreate 

Fields

data GiftCardDeliveryCreateMethod Source #

Defines the enum schema located at components.schemas.GiftCardDeliveryCreate.properties.method in the specification.

Whether the delivery method is email or postal service.

Constructors

GiftCardDeliveryCreateMethodOther Value

This case is used if the value encountered during decoding does not match any of the provided cases in the specification.

GiftCardDeliveryCreateMethodTyped Text

This constructor can be used to send values to the server which are not present in the specification yet.

GiftCardDeliveryCreateMethodEnumEmail

Represents the JSON value "email"

GiftCardDeliveryCreateMethodEnumPost

Represents the JSON value "post"