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

RecurlyClient.Types.GeneralLedgerAccount

Description

Contains the types generated from the schema GeneralLedgerAccount

Synopsis

Documentation

data GeneralLedgerAccount Source #

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

Full general ledger account details.

Constructors

GeneralLedgerAccount 

Fields

data GeneralLedgerAccountAccount_type Source #

Defines the enum schema located at components.schemas.GeneralLedgerAccount.properties.account_type in the specification.

Constructors

GeneralLedgerAccountAccount_typeOther Value

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

GeneralLedgerAccountAccount_typeTyped Text

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

GeneralLedgerAccountAccount_typeEnumLiability

Represents the JSON value "liability"

GeneralLedgerAccountAccount_typeEnumRevenue

Represents the JSON value "revenue"