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

RecurlyClient.Types.AccountReadOnly

Description

Contains the types generated from the schema AccountReadOnly

Synopsis

Documentation

data AccountReadOnly Source #

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

Constructors

AccountReadOnly 

Fields

mkAccountReadOnly :: AccountReadOnly Source #

Create a new AccountReadOnly with all required fields.

data AccountReadOnlyState Source #

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

Accounts can be either active or inactive.

Constructors

AccountReadOnlyStateOther Value

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

AccountReadOnlyStateTyped Text

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

AccountReadOnlyStateEnumActive

Represents the JSON value "active"

AccountReadOnlyStateEnumInactive

Represents the JSON value "inactive"