| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
RecurlyClient.Types.GeneralLedgerAccountCreate
Description
Contains the types generated from the schema GeneralLedgerAccountCreate
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
| |
Instances
mkGeneralLedgerAccountCreate :: GeneralLedgerAccountCreate Source #
Create a new GeneralLedgerAccountCreate with all required 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 |
| GeneralLedgerAccountCreateAccount_typeEnumRevenue | Represents the JSON value |