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

RecurlyClient.Types.Settings

Description

Contains the types generated from the schema Settings

Synopsis

Documentation

data Settings Source #

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

Constructors

Settings 

Fields

mkSettings :: Settings Source #

Create a new Settings with all required fields.

data SettingsBilling_address_requirement Source #

Defines the enum schema located at components.schemas.Settings.properties.billing_address_requirement in the specification.

  • full: Full Address (Street, City, State, Postal Code and Country)
  • streetzip: Street and Postal Code only
  • zip: Postal Code only
  • none: No Address

Constructors

SettingsBilling_address_requirementOther Value

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

SettingsBilling_address_requirementTyped Text

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

SettingsBilling_address_requirementEnumFull

Represents the JSON value "full"

SettingsBilling_address_requirementEnumNone

Represents the JSON value "none"

SettingsBilling_address_requirementEnumStreetzip

Represents the JSON value "streetzip"

SettingsBilling_address_requirementEnumZip

Represents the JSON value "zip"