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

RecurlyClient.Types.ItemMini

Description

Contains the types generated from the schema ItemMini

Synopsis

Documentation

data ItemMini Source #

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

Just the important parts.

Constructors

ItemMini 

Fields

mkItemMini :: ItemMini Source #

Create a new ItemMini with all required fields.

data ItemMiniState Source #

Defines the enum schema located at components.schemas.ItemMini.properties.state in the specification.

The current state of the item.

Constructors

ItemMiniStateOther Value

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

ItemMiniStateTyped Text

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

ItemMiniStateEnumActive

Represents the JSON value "active"

ItemMiniStateEnumInactive

Represents the JSON value "inactive"