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

RecurlyClient.Types.GeneralLedgerAccountCreate

Description

Contains the types generated from the schema GeneralLedgerAccountCreate

Synopsis

Documentation

data GeneralLedgerAccountCreate Source #

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

Create a new liability or revenue general ledger account.

Constructors

GeneralLedgerAccountCreate 

Fields

data GeneralLedgerAccountCreateAccount_type Source #

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

Constructors

GeneralLedgerAccountCreateAccount_typeOther Value

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

GeneralLedgerAccountCreateAccount_typeTyped Text

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

GeneralLedgerAccountCreateAccount_typeEnumLiability

Represents the JSON value "liability"

GeneralLedgerAccountCreateAccount_typeEnumRevenue

Represents the JSON value "revenue"