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

RecurlyClient.Types.AccountResponse

Description

Contains the types generated from the schema AccountResponse

Synopsis

Documentation

data AccountResponse Source #

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

Constructors

AccountResponse 

Fields

mkAccountResponse :: AccountResponse Source #

Create a new AccountResponse with all required fields.

data AccountResponseBill_to Source #

Defines the enum schema located at components.schemas.AccountResponse.properties.bill_to in the specification.

An enumerable describing the billing behavior of the account, specifically whether the account is self-paying or will rely on the parent account to pay.

Constructors

AccountResponseBill_toOther Value

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

AccountResponseBill_toTyped Text

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

AccountResponseBill_toEnumParent

Represents the JSON value "parent"

AccountResponseBill_toEnumSelf

Represents the JSON value "self"

data AccountResponsePreferred_locale Source #

Defines the enum schema located at components.schemas.AccountResponse.properties.preferred_locale in the specification.

Used to determine the language and locale of emails sent on behalf of the merchant to the customer.

Constructors

AccountResponsePreferred_localeOther Value

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

AccountResponsePreferred_localeTyped Text

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

AccountResponsePreferred_localeEnumDa_DK

Represents the JSON value "da-DK"

AccountResponsePreferred_localeEnumDe_CH

Represents the JSON value "de-CH"

AccountResponsePreferred_localeEnumDe_DE

Represents the JSON value "de-DE"

AccountResponsePreferred_localeEnumEn_AU

Represents the JSON value "en-AU"

AccountResponsePreferred_localeEnumEn_CA

Represents the JSON value "en-CA"

AccountResponsePreferred_localeEnumEn_GB

Represents the JSON value "en-GB"

AccountResponsePreferred_localeEnumEn_IE

Represents the JSON value "en-IE"

AccountResponsePreferred_localeEnumEn_NZ

Represents the JSON value "en-NZ"

AccountResponsePreferred_localeEnumEn_US

Represents the JSON value "en-US"

AccountResponsePreferred_localeEnumEs_ES

Represents the JSON value "es-ES"

AccountResponsePreferred_localeEnumEs_MX

Represents the JSON value "es-MX"

AccountResponsePreferred_localeEnumEs_US

Represents the JSON value "es-US"

AccountResponsePreferred_localeEnumFi_FI

Represents the JSON value "fi-FI"

AccountResponsePreferred_localeEnumFr_BE

Represents the JSON value "fr-BE"

AccountResponsePreferred_localeEnumFr_CA

Represents the JSON value "fr-CA"

AccountResponsePreferred_localeEnumFr_CH

Represents the JSON value "fr-CH"

AccountResponsePreferred_localeEnumFr_FR

Represents the JSON value "fr-FR"

AccountResponsePreferred_localeEnumHi_IN

Represents the JSON value "hi-IN"

AccountResponsePreferred_localeEnumIt_IT

Represents the JSON value "it-IT"

AccountResponsePreferred_localeEnumJa_JP

Represents the JSON value "ja-JP"

AccountResponsePreferred_localeEnumKo_KR

Represents the JSON value "ko-KR"

AccountResponsePreferred_localeEnumNl_BE

Represents the JSON value "nl-BE"

AccountResponsePreferred_localeEnumNl_NL

Represents the JSON value "nl-NL"

AccountResponsePreferred_localeEnumPl_PL

Represents the JSON value "pl-PL"

AccountResponsePreferred_localeEnumPt_BR

Represents the JSON value "pt-BR"

AccountResponsePreferred_localeEnumPt_PT

Represents the JSON value "pt-PT"

AccountResponsePreferred_localeEnumRo_RO

Represents the JSON value "ro-RO"

AccountResponsePreferred_localeEnumRu_RU

Represents the JSON value "ru-RU"

AccountResponsePreferred_localeEnumSk_SK

Represents the JSON value "sk-SK"

AccountResponsePreferred_localeEnumSv_SE

Represents the JSON value "sv-SE"

AccountResponsePreferred_localeEnumTr_TR

Represents the JSON value "tr-TR"

AccountResponsePreferred_localeEnumZh_CN

Represents the JSON value "zh-CN"