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

RecurlyClient.Types.GiftCardDelivery

Description

Contains the types generated from the schema GiftCardDelivery

Synopsis

Documentation

data GiftCardDelivery Source #

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

Gift card delivery details

Constructors

GiftCardDelivery 

Fields

mkGiftCardDelivery :: GiftCardDelivery Source #

Create a new GiftCardDelivery with all required fields.

data GiftCardDeliveryMethod Source #

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

Whether the delivery method is email or postal service.

Constructors

GiftCardDeliveryMethodOther Value

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

GiftCardDeliveryMethodTyped Text

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

GiftCardDeliveryMethodEnumEmail

Represents the JSON value "email"

GiftCardDeliveryMethodEnumPost

Represents the JSON value "post"