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

RecurlyClient.Types.DunningCycle

Description

Contains the types generated from the schema DunningCycle

Synopsis

Documentation

data DunningCycle Source #

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

Constructors

DunningCycle 

Fields

mkDunningCycle :: DunningCycle Source #

Create a new DunningCycle with all required fields.

data DunningCycleType Source #

Defines the enum schema located at components.schemas.DunningCycle.properties.type in the specification.

The type of invoice this cycle applies to.

Constructors

DunningCycleTypeOther Value

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

DunningCycleTypeTyped Text

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

DunningCycleTypeEnumAutomatic

Represents the JSON value "automatic"

DunningCycleTypeEnumManual

Represents the JSON value "manual"

DunningCycleTypeEnumTrial

Represents the JSON value "trial"