Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RecurlyClient.Types.Settings
Description
Contains the types generated from the schema Settings
Synopsis
- data Settings = Settings {}
- mkSettings :: Settings
- data SettingsBilling_address_requirement
Documentation
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 |
SettingsBilling_address_requirementEnumNone | Represents the JSON value |
SettingsBilling_address_requirementEnumStreetzip | Represents the JSON value |
SettingsBilling_address_requirementEnumZip | Represents the JSON value |